pub struct LZ4Options(/* private fields */);Available on crate feature
lz4 only.Implementations§
Source§impl LZ4Options
impl LZ4Options
pub const fn from_level(level: u32) -> Self
Trait Implementations§
Source§impl Clone for LZ4Options
impl Clone for LZ4Options
Source§fn clone(&self) -> LZ4Options
fn clone(&self) -> LZ4Options
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LZ4Options
impl Debug for LZ4Options
Source§impl Default for LZ4Options
impl Default for LZ4Options
Source§impl From<LZ4Options> for MethodOptions
impl From<LZ4Options> for MethodOptions
Source§fn from(o: LZ4Options) -> Self
fn from(o: LZ4Options) -> Self
Converts to this type from the input type.
Source§impl From<LZ4Options> for SevenZMethodConfiguration
impl From<LZ4Options> for SevenZMethodConfiguration
Source§fn from(options: LZ4Options) -> Self
fn from(options: LZ4Options) -> Self
Converts to this type from the input type.
impl Copy for LZ4Options
Auto Trait Implementations§
impl Freeze for LZ4Options
impl RefUnwindSafe for LZ4Options
impl Send for LZ4Options
impl Sync for LZ4Options
impl Unpin for LZ4Options
impl UnwindSafe for LZ4Options
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