pub struct PPMDOptions { /* private fields */ }
Available on crate features
compress
and ppmd
only.Implementations§
Source§impl PPMDOptions
impl PPMDOptions
pub const fn from_level(level: u32) -> Self
pub const fn from_order_memory_size(order: u32, memory_size: u32) -> Self
Trait Implementations§
Source§impl Clone for PPMDOptions
impl Clone for PPMDOptions
Source§fn clone(&self) -> PPMDOptions
fn clone(&self) -> PPMDOptions
Returns a duplicate 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 PPMDOptions
impl Debug for PPMDOptions
Source§impl Default for PPMDOptions
impl Default for PPMDOptions
Source§impl From<PPMDOptions> for EncoderConfiguration
impl From<PPMDOptions> for EncoderConfiguration
Source§fn from(options: PPMDOptions) -> Self
fn from(options: PPMDOptions) -> Self
Converts to this type from the input type.
Source§impl From<PPMDOptions> for EncoderOptions
impl From<PPMDOptions> for EncoderOptions
Source§fn from(o: PPMDOptions) -> Self
fn from(o: PPMDOptions) -> Self
Converts to this type from the input type.
impl Copy for PPMDOptions
Auto Trait Implementations§
impl Freeze for PPMDOptions
impl RefUnwindSafe for PPMDOptions
impl Send for PPMDOptions
impl Sync for PPMDOptions
impl Unpin for PPMDOptions
impl UnwindSafe for PPMDOptions
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