Struct FILE_LAYOUT_ENTRY
#[repr(C)]pub struct FILE_LAYOUT_ENTRY {
pub Version: u32,
pub NextFileOffset: u32,
pub Flags: u32,
pub FileAttributes: u32,
pub FileReferenceNumber: u64,
pub FirstNameOffset: u32,
pub FirstStreamOffset: u32,
pub ExtraInfoOffset: u32,
pub ExtraInfoLength: u32,
}
Fields§
§Version: u32
§NextFileOffset: u32
§Flags: u32
§FileAttributes: u32
§FileReferenceNumber: u64
§FirstNameOffset: u32
§FirstStreamOffset: u32
§ExtraInfoOffset: u32
§ExtraInfoLength: u32
Trait Implementations§
§impl Clone for FILE_LAYOUT_ENTRY
impl Clone for FILE_LAYOUT_ENTRY
§fn clone(&self) -> FILE_LAYOUT_ENTRY
fn clone(&self) -> FILE_LAYOUT_ENTRY
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for FILE_LAYOUT_ENTRY
Auto Trait Implementations§
impl Freeze for FILE_LAYOUT_ENTRY
impl RefUnwindSafe for FILE_LAYOUT_ENTRY
impl Send for FILE_LAYOUT_ENTRY
impl Sync for FILE_LAYOUT_ENTRY
impl Unpin for FILE_LAYOUT_ENTRY
impl UnwindSafe for FILE_LAYOUT_ENTRY
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more