Enum sevenz_rust::MethodOptions
source · pub enum MethodOptions {
Num(u32),
LZMA2(LZMA2Options),
}
Variants§
Num(u32)
LZMA2(LZMA2Options)
Implementations§
source§impl MethodOptions
impl MethodOptions
pub fn get_lzma2_dict_size(&self) -> u32
Trait Implementations§
source§impl Clone for MethodOptions
impl Clone for MethodOptions
source§fn clone(&self) -> MethodOptions
fn clone(&self) -> MethodOptions
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 MethodOptions
impl Debug for MethodOptions
source§impl From<LZMA2Options> for MethodOptions
impl From<LZMA2Options> for MethodOptions
source§fn from(o: LZMA2Options) -> Self
fn from(o: LZMA2Options) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MethodOptions
impl RefUnwindSafe for MethodOptions
impl Send for MethodOptions
impl Sync for MethodOptions
impl Unpin for MethodOptions
impl UnwindSafe for MethodOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)