Struct windows_sys::Win32::System::Ioctl::FILE_LAYOUT_INFO_ENTRY
[−]#[repr(C)]pub struct FILE_LAYOUT_INFO_ENTRY {
pub BasicInformation: FILE_LAYOUT_INFO_ENTRY_0,
pub OwnerId: u32,
pub SecurityId: u32,
pub Usn: i64,
pub StorageReserveId: STORAGE_RESERVE_ID,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
BasicInformation: FILE_LAYOUT_INFO_ENTRY_0
OwnerId: u32
SecurityId: u32
Usn: i64
StorageReserveId: STORAGE_RESERVE_ID
Trait Implementations
impl Clone for FILE_LAYOUT_INFO_ENTRY
impl Clone for FILE_LAYOUT_INFO_ENTRY
impl Copy for FILE_LAYOUT_INFO_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for FILE_LAYOUT_INFO_ENTRY
impl Send for FILE_LAYOUT_INFO_ENTRY
impl Sync for FILE_LAYOUT_INFO_ENTRY
impl Unpin for FILE_LAYOUT_INFO_ENTRY
impl UnwindSafe for FILE_LAYOUT_INFO_ENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more