#[repr(C)]pub struct LARGE_INTEGER {
pub QuadPart: i64,
}Fields§
§QuadPart: i64Trait 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 duplicate of the value. Read more
1.0.0 (const: unstable) · 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
Source§impl Default for LARGE_INTEGER
impl Default for LARGE_INTEGER
Source§fn default() -> LARGE_INTEGER
fn default() -> LARGE_INTEGER
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LARGE_INTEGER
impl RefUnwindSafe for LARGE_INTEGER
impl Send for LARGE_INTEGER
impl Sync for LARGE_INTEGER
impl Unpin for LARGE_INTEGER
impl UnsafeUnpin 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