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