#[repr(C)]pub struct bc6h_enc_settings {
pub slow_mode: bool,
pub fast_mode: bool,
pub refineIterations_1p: i32,
pub refineIterations_2p: i32,
pub fastSkipTreshold: i32,
}Fields§
§slow_mode: bool§fast_mode: bool§refineIterations_1p: i32§refineIterations_2p: i32§fastSkipTreshold: i32Trait Implementations§
Source§impl Clone for bc6h_enc_settings
impl Clone for bc6h_enc_settings
Source§fn clone(&self) -> bc6h_enc_settings
fn clone(&self) -> bc6h_enc_settings
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 bc6h_enc_settings
impl Debug for bc6h_enc_settings
impl Copy for bc6h_enc_settings
Auto Trait Implementations§
impl Freeze for bc6h_enc_settings
impl RefUnwindSafe for bc6h_enc_settings
impl Send for bc6h_enc_settings
impl Sync for bc6h_enc_settings
impl Unpin for bc6h_enc_settings
impl UnwindSafe for bc6h_enc_settings
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