#[repr(C)]pub struct tagCAC {
pub cElems: ULONG,
pub pElems: *mut CHAR,
}
Fields§
§cElems: ULONG
§pElems: *mut CHAR
Trait Implementations§
Source§impl Ord for tagCAC
impl Ord for tagCAC
Source§impl PartialOrd for tagCAC
impl PartialOrd for tagCAC
impl Copy for tagCAC
impl Eq for tagCAC
impl StructuralPartialEq for tagCAC
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