#[repr(C)]pub struct tagCASCODE {
pub cElems: ULONG,
pub pElems: *mut SCODE,
}Fields§
§cElems: ULONG§pElems: *mut SCODETrait Implementations§
Source§impl Clone for tagCASCODE
impl Clone for tagCASCODE
Source§fn clone(&self) -> tagCASCODE
fn clone(&self) -> tagCASCODE
Returns a duplicate 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
impl Copy 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