Struct windows_sys::Win32::System::Ioctl::FILE_LAYOUT_INFO_ENTRY_0
[−]#[repr(C)]pub struct FILE_LAYOUT_INFO_ENTRY_0 {
pub CreationTime: i64,
pub LastAccessTime: i64,
pub LastWriteTime: i64,
pub ChangeTime: i64,
pub FileAttributes: u32,
}Expand description
Required features: ‘Win32_System_Ioctl’
Fields
CreationTime: i64LastAccessTime: i64LastWriteTime: i64ChangeTime: i64FileAttributes: u32