Struct CAC
#[repr(C)]pub struct CAC {
pub cElems: u32,
pub pElems: PSTR,
}
Fields§
§cElems: u32
§pElems: PSTR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CAC
impl RefUnwindSafe for CAC
impl !Send for CAC
impl !Sync for CAC
impl Unpin 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