#[repr(C)]pub struct CAC {
pub cElems: ULONG,
pub pElems: *mut CHAR,
}
Fields§
§cElems: ULONG
§pElems: *mut CHAR
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