[][src]Struct fs3ds::IVFCVFS

pub struct IVFCVFS<T: 'static + Read + Seek + Send + Sync + Debug> { /* fields omitted */ }

Methods

impl<T: 'static + Read + Seek + Send + Sync + Debug> IVFCVFS<T>[src]

pub fn new(reader: IVFCReader<T>) -> IVFCVFS<T>[src]

Trait Implementations

impl<T: 'static + Read + Seek + Send + Sync + Debug> VFS for IVFCVFS<T>[src]

type PATH = IVFCVPATH<T>

The type of file objects

type METADATA = IVFCMeta

The type of metadata objects

type FILE = PartitionMutex<T>

The type of path objects

Auto Trait Implementations

impl<T> RefUnwindSafe for IVFCVFS<T>

impl<T> Send for IVFCVFS<T>

impl<T> Sync for IVFCVFS<T>

impl<T> Unpin for IVFCVFS<T>

impl<T> UnwindSafe for IVFCVFS<T>

Blanket Implementations

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

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

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

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.