#[repr(C)]pub struct tagCASCODE {
pub cElems: ULONG,
pub pElems: *mut SCODE,
}
Fields§
§cElems: ULONG
§pElems: *mut SCODE
Trait Implementations§
Source§impl Clone for tagCASCODE
impl Clone for tagCASCODE
Source§fn clone(&self) -> tagCASCODE
fn clone(&self) -> tagCASCODE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tagCASCODE
impl Debug for tagCASCODE
Source§impl Ord for tagCASCODE
impl Ord for tagCASCODE
Source§fn cmp(&self, other: &tagCASCODE) -> Ordering
fn cmp(&self, other: &tagCASCODE) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagCASCODE
impl PartialEq for tagCASCODE
Source§impl PartialOrd for tagCASCODE
impl PartialOrd for tagCASCODE
impl Copy for tagCASCODE
impl Eq for tagCASCODE
impl StructuralPartialEq for tagCASCODE
Auto Trait Implementations§
impl Freeze for tagCASCODE
impl RefUnwindSafe for tagCASCODE
impl !Send for tagCASCODE
impl !Sync for tagCASCODE
impl Unpin for tagCASCODE
impl UnwindSafe for tagCASCODE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more