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