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