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