#[repr(C, packed(1))]pub struct NtfsAttributeListEntry {
pub type_id: u32,
pub length: u16,
pub name_length: u8,
pub name_offset: u8,
pub starting_vcn: u64,
pub base_file_reference: u64,
pub id: u16,
}
Fields§
§type_id: u32
§length: u16
§name_length: u8
§name_offset: u8
§starting_vcn: u64
§base_file_reference: u64
§id: u16
Implementations§
Auto Trait Implementations§
impl Freeze for NtfsAttributeListEntry
impl RefUnwindSafe for NtfsAttributeListEntry
impl Send for NtfsAttributeListEntry
impl Sync for NtfsAttributeListEntry
impl Unpin for NtfsAttributeListEntry
impl UnwindSafe for NtfsAttributeListEntry
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