Struct winapi::shared::ntdef::ULARGE_INTEGER_s
source · #[repr(C)]pub struct ULARGE_INTEGER_s {
pub LowPart: ULONG,
pub HighPart: ULONG,
}
Fields§
§LowPart: ULONG
§HighPart: ULONG
Trait Implementations§
source§impl Clone for ULARGE_INTEGER_s
impl Clone for ULARGE_INTEGER_s
source§fn clone(&self) -> ULARGE_INTEGER_s
fn clone(&self) -> ULARGE_INTEGER_s
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 moresource§impl Default for ULARGE_INTEGER_s
impl Default for ULARGE_INTEGER_s
source§fn default() -> ULARGE_INTEGER_s
fn default() -> ULARGE_INTEGER_s
Returns the “default value” for a type. Read more