Enum lz4::BlockSize [−][src]
#[repr(u32)]
pub enum BlockSize {
Default,
Max64KB,
Max256KB,
Max1MB,
Max4MB,
}
Variants
Default
Max64KB
Max256KB
Max1MB
Max4MB
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockSize
impl UnwindSafe for BlockSize
Blanket Implementations
Mutably borrows from an owned value. Read more