Enum lz4::BlockMode [−][src]
#[repr(u32)]
pub enum BlockMode {
Linked,
Independent,
}
Variants
Linked
Independent
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockMode
impl UnwindSafe for BlockMode
Blanket Implementations
Mutably borrows from an owned value. Read more