Struct win32_filetime_utils::native::FILETIME [] [src]

pub struct FILETIME {
    pub dwLowDateTime: u32,
    pub dwHighDateTime: u32,
}

Fields

dwLowDateTime: u32 dwHighDateTime: u32

Trait Implementations

impl Copy for FILETIME
[src]

impl Clone for FILETIME
[src]

fn clone(&self) -> FILETIME

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

impl Debug for FILETIME
[src]

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

Formats the value using the given formatter.

impl Default for FILETIME
[src]

fn default() -> Self

Returns the "default value" for a type. Read more