#[repr(C)]pub struct tagCAUB {
pub cElems: ULONG,
pub pElems: *mut c_uchar,
}Fields§
§cElems: ULONG§pElems: *mut c_ucharTrait Implementations§
Auto Trait Implementations§
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