Struct winapi::fileapi::FILE_FULL_DIR_INFO [] [src]

#[repr(C)]
pub struct FILE_FULL_DIR_INFO { pub NextEntryOffset: ULONG, pub FileIndex: ULONG, pub CreationTime: LARGE_INTEGER, pub LastAccessTime: LARGE_INTEGER, pub LastWriteTime: LARGE_INTEGER, pub ChangeTime: LARGE_INTEGER, pub EndOfFile: LARGE_INTEGER, pub AllocationSize: LARGE_INTEGER, pub FileAttributes: ULONG, pub FileNameLength: ULONG, pub EaSize: ULONG, pub FileName: [WCHAR; 0], }

Fields

Trait Implementations

impl Debug for FILE_FULL_DIR_INFO
[src]

Formats the value using the given formatter.

impl Copy for FILE_FULL_DIR_INFO
[src]

impl Clone for FILE_FULL_DIR_INFO
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more