#[repr(C)]pub struct tagCAUB {
pub cElems: ULONG,
pub pElems: *mut UCHAR,
}
Fields§
§cElems: ULONG
§pElems: *mut UCHAR
Trait Implementations§
Source§impl Ord for tagCAUB
impl Ord for tagCAUB
Source§impl PartialOrd for tagCAUB
impl PartialOrd for tagCAUB
impl Copy for tagCAUB
impl Eq for tagCAUB
impl StructuralPartialEq for tagCAUB
Auto Trait Implementations§
impl Freeze for tagCAUB
impl RefUnwindSafe for tagCAUB
impl !Send for tagCAUB
impl !Sync for tagCAUB
impl Unpin for tagCAUB
impl UnwindSafe for tagCAUB
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