Struct CADWORD
#[repr(C)]pub struct CADWORD {
pub cElems: u32,
pub pElems: *mut u32,
}
Fields§
§cElems: u32
§pElems: *mut u32
Trait Implementations§
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