Enum ruzstd::blocks::sequence_section::ModeType
source · pub enum ModeType {
Predefined,
RLE,
FSECompressed,
Repeat,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ModeType
impl Send for ModeType
impl Sync for ModeType
impl Unpin for ModeType
impl UnwindSafe for ModeType
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