Struct winapi::minwindef::FILETIME [] [src]

#[repr(C)]
pub struct FILETIME { pub dwLowDateTime: DWORD, pub dwHighDateTime: DWORD, }

Fields

Trait Implementations

impl Debug for FILETIME
[src]

Formats the value using the given formatter.

impl Copy for FILETIME
[src]

impl Clone for FILETIME
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more