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