Struct winsafe::BY_HANDLE_FILE_INFORMATION[][src]

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

Fields

dwFileAttributes: FILE_ATTRIBUTEftCreationTime: FILETIMEftLastAccessTime: FILETIMEftLastWriteTime: FILETIMEdwVolumeSerialNumber: u32nFileSizeHigh: u32nFileSizeLow: u32nNumberOfLinks: u32nFileIndexHigh: u32nFileIndexLow: u32

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.