pub enum ZLibBits {
Bits(u8),
MPQ,
ZLib,
LZ4HC,
}
Expand description
ZLib compression bits specification
Variants§
Trait Implementations§
impl StructuralPartialEq for ZLibBits
Auto Trait Implementations§
impl Freeze for ZLibBits
impl RefUnwindSafe for ZLibBits
impl Send for ZLibBits
impl Sync for ZLibBits
impl Unpin for ZLibBits
impl UnwindSafe for ZLibBits
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more