Struct winapi::fileapi::FILE_ID_BOTH_DIR_INFO [] [src]

pub struct FILE_ID_BOTH_DIR_INFO {
    pub NextEntryOffset: DWORD,
    pub FileIndex: DWORD,
    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: DWORD,
    pub FileNameLength: DWORD,
    pub EaSize: DWORD,
    pub ShortNameLength: CCHAR,
    pub ShortName: [WCHAR; 12],
    pub FileId: LARGE_INTEGER,
    pub FileName: [WCHAR; 0],
}

Fields

NextEntryOffset
FileIndex
CreationTime
LastAccessTime
LastWriteTime
ChangeTime
EndOfFile
AllocationSize
FileAttributes
FileNameLength
EaSize
ShortNameLength
ShortName
FileId
FileName

Trait Implementations

impl Copy for FILE_ID_BOTH_DIR_INFO
[src]

impl Clone for FILE_ID_BOTH_DIR_INFO
[src]

fn clone(&self) -> FILE_ID_BOTH_DIR_INFO

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

Derived Implementations

impl Debug for FILE_ID_BOTH_DIR_INFO
[src]

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

Formats the value using the given formatter.