pub enum DecodeThreadPhase {
One,
Two,
All,
Unthreaded,
}
Expand description
Thread phase for threaded decompression.
Note that threaded decompression is only available for the Kraken compressor.
Variants§
Trait Implementations§
Source§impl Default for DecodeThreadPhase
impl Default for DecodeThreadPhase
Source§impl Into<u32> for DecodeThreadPhase
impl Into<u32> for DecodeThreadPhase
Source§fn into(self) -> OodleLZ_Decode_ThreadPhase
fn into(self) -> OodleLZ_Decode_ThreadPhase
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for DecodeThreadPhase
impl RefUnwindSafe for DecodeThreadPhase
impl Send for DecodeThreadPhase
impl Sync for DecodeThreadPhase
impl Unpin for DecodeThreadPhase
impl UnwindSafe for DecodeThreadPhase
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