Struct winapi::fileapi::BY_HANDLE_FILE_INFORMATION [] [src]

#[repr(C)]
pub struct BY_HANDLE_FILE_INFORMATION { pub dwFileAttributes: DWORD, pub ftCreationTime: FILETIME, pub ftLastAccessTime: FILETIME, pub ftLastWriteTime: FILETIME, pub dwVolumeSerialNumber: DWORD, pub nFileSizeHigh: DWORD, pub nFileSizeLow: DWORD, pub nNumberOfLinks: DWORD, pub nFileIndexHigh: DWORD, pub nFileIndexLow: DWORD, }

Fields

Trait Implementations

impl Debug for BY_HANDLE_FILE_INFORMATION
[src]

Formats the value using the given formatter.

impl Copy for BY_HANDLE_FILE_INFORMATION
[src]

impl Clone for BY_HANDLE_FILE_INFORMATION
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more