pub struct EncodeSettings {
pub mode_selection: [bool; 4],
pub refine_iterations: [u32; 8],
pub skip_mode2: bool,
pub fast_skip_threshold_mode1: u32,
pub fast_skip_threshold_mode3: u32,
pub fast_skip_threshold_mode7: u32,
pub mode45_channel0: u32,
pub refine_iterations_channel: u32,
pub channels: i32,
}Fields§
§mode_selection: [bool; 4]§refine_iterations: [u32; 8]§skip_mode2: bool§fast_skip_threshold_mode1: u32§fast_skip_threshold_mode3: u32§fast_skip_threshold_mode7: u32§mode45_channel0: u32§refine_iterations_channel: u32§channels: i32Trait 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