#[repr(C)]pub struct tagCAH {
pub cElems: ULONG,
pub pElems: *mut LARGE_INTEGER,
}Fields§
§cElems: ULONG§pElems: *mut LARGE_INTEGERTrait Implementations§
Auto Trait Implementations§
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