pub struct EncodeSettings {
pub slow_mode: bool,
pub fast_mode: bool,
pub refine_iterations_1p: u32,
pub refine_iterations_2p: u32,
pub fast_skip_threshold: u32,
}
Fields§
§slow_mode: bool
§fast_mode: bool
§refine_iterations_1p: u32
§refine_iterations_2p: u32
§fast_skip_threshold: u32
Trait Implementations§
Source§impl Clone for EncodeSettings
impl Clone for EncodeSettings
Source§fn clone(&self) -> EncodeSettings
fn clone(&self) -> EncodeSettings
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 EncodeSettings
impl Debug for EncodeSettings
impl Copy for EncodeSettings
Auto Trait Implementations§
impl Freeze for EncodeSettings
impl RefUnwindSafe for EncodeSettings
impl Send for EncodeSettings
impl Sync for EncodeSettings
impl Unpin for EncodeSettings
impl UnwindSafe for EncodeSettings
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