Struct ispc_texcomp::bindings::kernel::bc7_enc_settings
source · [−]#[repr(C)]pub struct bc7_enc_settings {
pub mode_selection: [bool; 4],
pub refineIterations: [i32; 8],
pub skip_mode2: bool,
pub fastSkipTreshold_mode1: i32,
pub fastSkipTreshold_mode3: i32,
pub fastSkipTreshold_mode7: i32,
pub mode45_channel0: i32,
pub refineIterations_channel: i32,
pub channels: i32,
}Fields
mode_selection: [bool; 4]refineIterations: [i32; 8]skip_mode2: boolfastSkipTreshold_mode1: i32fastSkipTreshold_mode3: i32fastSkipTreshold_mode7: i32mode45_channel0: i32refineIterations_channel: i32channels: i32Trait Implementations
sourceimpl Clone for bc7_enc_settings
impl Clone for bc7_enc_settings
sourcefn clone(&self) -> bc7_enc_settings
fn clone(&self) -> bc7_enc_settings
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 bc7_enc_settings
impl Debug for bc7_enc_settings
impl Copy for bc7_enc_settings
Auto Trait Implementations
impl RefUnwindSafe for bc7_enc_settings
impl Send for bc7_enc_settings
impl Sync for bc7_enc_settings
impl Unpin for bc7_enc_settings
impl UnwindSafe for bc7_enc_settings
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