Struct winapi::subauth::OLD_LARGE_INTEGER [] [src]

pub struct OLD_LARGE_INTEGER {
    pub LowPart: ULONG,
    pub HighPart: LONG,
}

Fields

LowPart: ULONG HighPart: LONG

Trait Implementations

impl Debug for OLD_LARGE_INTEGER
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for OLD_LARGE_INTEGER
[src]

impl Clone for OLD_LARGE_INTEGER
[src]

fn clone(&self) -> OLD_LARGE_INTEGER

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more