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