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