Union msfs::sys::_LARGE_INTEGER
source · #[repr(C)]
pub union _LARGE_INTEGER {
pub DUMMYSTRUCTNAME: _LARGE_INTEGER__bindgen_ty_1,
pub u: _LARGE_INTEGER__bindgen_ty_2,
pub QuadPart: LONGLONG,
}
Fields§
§DUMMYSTRUCTNAME: _LARGE_INTEGER__bindgen_ty_1
§u: _LARGE_INTEGER__bindgen_ty_2
§QuadPart: LONGLONG
Trait Implementations§
source§impl Clone for _LARGE_INTEGER
impl Clone for _LARGE_INTEGER
source§fn clone(&self) -> _LARGE_INTEGER
fn clone(&self) -> _LARGE_INTEGER
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _LARGE_INTEGER
Auto Trait Implementations§
impl RefUnwindSafe for _LARGE_INTEGER
impl Send for _LARGE_INTEGER
impl Sync for _LARGE_INTEGER
impl Unpin for _LARGE_INTEGER
impl UnwindSafe for _LARGE_INTEGER
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