Struct ntfs_reader::api::NtfsAttributeHeader
source · #[repr(C, packed)]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 RefUnwindSafe for NtfsAttributeHeader
impl Send for NtfsAttributeHeader
impl Sync for NtfsAttributeHeader
impl Unpin for NtfsAttributeHeader
impl UnwindSafe for NtfsAttributeHeader
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