[][src]Struct mft::mft::MftHandler

pub struct MftHandler { /* fields omitted */ }

Methods

impl MftHandler[src]

pub fn from_path(filename: impl AsRef<Path>) -> Result<MftHandler>[src]

pub fn set_entry_size(&mut self, entry_size: u32)[src]

pub fn get_entry_count(&self) -> u64[src]

pub fn entry(&mut self, entry: u64) -> Result<MftEntry>[src]

pub fn print_mapping(&self)[src]

pub fn entry_from_buffer(
    &mut self,
    buffer: Vec<u8>,
    entry: u64
) -> Result<MftEntry>
[src]

pub fn get_fullpath(&mut self, reference: MftReference) -> String[src]

Auto Trait Implementations

impl Send for MftHandler

impl Sync for MftHandler

Blanket Implementations

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]