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