#[repr(C)]pub struct tagCAUI {
pub cElems: ULONG,
pub pElems: *mut USHORT,
}
Fields§
§cElems: ULONG
§pElems: *mut USHORT
Trait Implementations§
Source§impl Ord for tagCAUI
impl Ord for tagCAUI
Source§impl PartialOrd for tagCAUI
impl PartialOrd for tagCAUI
impl Copy for tagCAUI
impl Eq for tagCAUI
impl StructuralPartialEq for tagCAUI
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