#[repr(C)]pub struct tagCAC {
pub cElems: ULONG,
pub pElems: *mut CHAR,
}Fields§
§cElems: ULONG§pElems: *mut CHARTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagCAC
impl RefUnwindSafe for tagCAC
impl !Send for tagCAC
impl !Sync for tagCAC
impl Unpin for tagCAC
impl UnwindSafe for tagCAC
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