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