#[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 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