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

#[repr(C)]
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; 1], }

Fields

NextEntryOffset: DWORDFileIndex: DWORDCreationTime: LARGE_INTEGERLastAccessTime: LARGE_INTEGERLastWriteTime: LARGE_INTEGERChangeTime: LARGE_INTEGEREndOfFile: LARGE_INTEGERAllocationSize: LARGE_INTEGERFileAttributes: DWORDFileNameLength: DWORDEaSize: DWORDShortNameLength: CCHARShortName: [WCHAR; 12]FileId: LARGE_INTEGERFileName: [WCHAR; 1]

Trait Implementations

impl Copy for FILE_ID_BOTH_DIR_INFO[src]

impl Clone for FILE_ID_BOTH_DIR_INFO[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for FILE_ID_BOTH_DIR_INFO

impl Sync for FILE_ID_BOTH_DIR_INFO

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]