Enum me3_game_support_fromsoft::sprj::formats::DcxEncoder
source · [−]pub enum DcxEncoder<W: Write> {
Deflate(ZlibEncoder<W>),
}
Variants
Deflate(ZlibEncoder<W>)
Implementations
Auto Trait Implementations
impl<W> RefUnwindSafe for DcxEncoder<W>where
W: RefUnwindSafe,
impl<W> Send for DcxEncoder<W>where
W: Send,
impl<W> Sync for DcxEncoder<W>where
W: Sync,
impl<W> Unpin for DcxEncoder<W>where
W: Unpin,
impl<W> UnwindSafe for DcxEncoder<W>where
W: UnwindSafe,
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