[][src]Struct emote_psb::writer::MdfWriter

pub struct MdfWriter<R, W> { /* fields omitted */ }

Implementations

impl<R: Read, W: Write + Seek> MdfWriter<R, W>[src]

pub fn new(read: R, stream: W) -> Self[src]

pub fn finish(mut self: Self) -> Result<u64, PsbError>[src]

Write mdf file. Returns written size

Auto Trait Implementations

impl<R, W> RefUnwindSafe for MdfWriter<R, W> where
    R: RefUnwindSafe,
    W: RefUnwindSafe
[src]

impl<R, W> Send for MdfWriter<R, W> where
    R: Send,
    W: Send
[src]

impl<R, W> Sync for MdfWriter<R, W> where
    R: Sync,
    W: Sync
[src]

impl<R, W> Unpin for MdfWriter<R, W> where
    R: Unpin,
    W: Unpin
[src]

impl<R, W> UnwindSafe for MdfWriter<R, W> where
    R: UnwindSafe,
    W: UnwindSafe
[src]

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.