#[repr(C)]
pub struct FILE_STAT_LX_INFORMATION {
Show 17 fields pub FileId: LARGE_INTEGER, pub CreationTime: LARGE_INTEGER, pub LastAccessTime: LARGE_INTEGER, pub LastWriteTime: LARGE_INTEGER, pub ChangeTime: LARGE_INTEGER, pub AllocationSize: LARGE_INTEGER, pub EndOfFile: LARGE_INTEGER, pub FileAttributes: ULONG, pub ReparseTag: ULONG, pub NumberOfLinks: ULONG, pub EffectiveAccess: ULONG, pub LxFlags: ULONG, pub LxUid: ULONG, pub LxGid: ULONG, pub LxMode: ULONG, pub LxDeviceIdMajor: ULONG, pub LxDeviceIdMinor: ULONG,
}

Fields

FileId: LARGE_INTEGERCreationTime: LARGE_INTEGERLastAccessTime: LARGE_INTEGERLastWriteTime: LARGE_INTEGERChangeTime: LARGE_INTEGERAllocationSize: LARGE_INTEGEREndOfFile: LARGE_INTEGERFileAttributes: ULONGReparseTag: ULONGNumberOfLinks: ULONGEffectiveAccess: ULONGLxFlags: ULONGLxUid: ULONGLxGid: ULONGLxMode: ULONGLxDeviceIdMajor: ULONGLxDeviceIdMinor: ULONG

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. 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.