#[repr(C)]pub struct CADWORD {
pub cElems: u32,
pub pElems: *mut u32,
}Fields§
§cElems: u32§pElems: *mut u32Trait Implementations§
Source§impl Abi for CADWORD
impl Abi for CADWORD
impl Copy for CADWORD
impl Eq for CADWORD
Auto Trait Implementations§
impl Freeze for CADWORD
impl RefUnwindSafe for CADWORD
impl !Send for CADWORD
impl !Sync for CADWORD
impl Unpin for CADWORD
impl UnwindSafe for CADWORD
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