Struct ispc_texcomp::etc1::EncodeSettings
source · [−]pub struct EncodeSettings {
pub fast_skip_threshold: u32,
}Fields
fast_skip_threshold: u32Trait Implementations
sourceimpl Clone for EncodeSettings
impl Clone for EncodeSettings
sourcefn clone(&self) -> EncodeSettings
fn clone(&self) -> EncodeSettings
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for EncodeSettings
impl Debug for EncodeSettings
impl Copy for EncodeSettings
Auto Trait Implementations
impl RefUnwindSafe for EncodeSettings
impl Send for EncodeSettings
impl Sync for EncodeSettings
impl Unpin for EncodeSettings
impl UnwindSafe for EncodeSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more