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