#[repr(C)]pub struct tagCAUH {
pub cElems: ULONG,
pub pElems: *mut ULARGE_INTEGER,
}
Fields§
§cElems: ULONG
§pElems: *mut ULARGE_INTEGER
Trait Implementations§
Source§impl Ord for tagCAUH
impl Ord for tagCAUH
Source§impl PartialOrd for tagCAUH
impl PartialOrd for tagCAUH
impl Copy for tagCAUH
impl Eq for tagCAUH
impl StructuralPartialEq for tagCAUH
Auto Trait Implementations§
impl Freeze for tagCAUH
impl RefUnwindSafe for tagCAUH
impl !Send for tagCAUH
impl !Sync for tagCAUH
impl Unpin for tagCAUH
impl UnwindSafe for tagCAUH
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