pub struct EncodeSettings {
pub block_width: u32,
pub block_height: u32,
pub channels: u32,
pub fast_skip_threshold: u32,
pub refine_iterations: u32,
}
Fields§
§block_width: u32
§block_height: u32
§channels: u32
§fast_skip_threshold: u32
§refine_iterations: 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