#[repr(C)]
pub struct USN_RECORD_V2 {
Show 14 fields pub RecordLength: u32, pub MajorVersion: u16, pub MinorVersion: u16, pub FileReferenceNumber: u64, pub ParentFileReferenceNumber: u64, pub Usn: i64, pub TimeStamp: i64, pub Reason: u32, pub SourceInfo: u32, pub SecurityId: u32, pub FileAttributes: u32, pub FileNameLength: u16, pub FileNameOffset: u16, pub FileName: [u16; 1],
}
Expand description

Required features: "Win32_System_Ioctl"

Fields

RecordLength: u32MajorVersion: u16MinorVersion: u16FileReferenceNumber: u64ParentFileReferenceNumber: u64Usn: i64TimeStamp: i64Reason: u32SourceInfo: u32SecurityId: u32FileAttributes: u32FileNameLength: u16FileNameOffset: u16FileName: [u16; 1]

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.