Struct ispc_texcomp::bindings::kernel_astc::astc_enc_settings
source · [−]#[repr(C)]pub struct astc_enc_settings {
pub block_width: i32,
pub block_height: i32,
pub channels: i32,
pub fastSkipTreshold: i32,
pub refineIterations: i32,
}Fields
block_width: i32block_height: i32channels: i32fastSkipTreshold: i32refineIterations: i32Trait Implementations
sourceimpl Clone for astc_enc_settings
impl Clone for astc_enc_settings
sourcefn clone(&self) -> astc_enc_settings
fn clone(&self) -> astc_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 astc_enc_settings
impl Debug for astc_enc_settings
impl Copy for astc_enc_settings
Auto Trait Implementations
impl RefUnwindSafe for astc_enc_settings
impl Send for astc_enc_settings
impl Sync for astc_enc_settings
impl Unpin for astc_enc_settings
impl UnwindSafe for astc_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