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