[][src]Struct mft::attribute::NonResidentHeader

pub struct NonResidentHeader {
    pub vnc_first: u64,
    pub vnc_last: u64,
    pub datarun_offset: u16,
    pub unit_compression_size: u16,
    pub padding: u32,
    pub size_allocated: u64,
    pub size_real: u64,
    pub size_compressed: u64,
}

Fields

vnc_first: u64vnc_last: u64datarun_offset: u16unit_compression_size: u16padding: u32size_allocated: u64size_real: u64size_compressed: u64

Methods

impl NonResidentHeader[src]

pub fn new<R: Read>(reader: &mut R) -> Result<NonResidentHeader>[src]

Trait Implementations

impl Clone for NonResidentHeader[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NonResidentHeader[src]

impl Serialize for NonResidentHeader[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]