Struct basis_universal::transcoding::SliceParametersUastc
source · pub struct SliceParametersUastc {
pub num_blocks_x: u32,
pub num_blocks_y: u32,
pub has_alpha: bool,
pub original_width: u32,
pub original_height: u32,
}Fields§
§num_blocks_x: u32§num_blocks_y: u32§has_alpha: bool§original_width: u32§original_height: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SliceParametersUastc
impl Send for SliceParametersUastc
impl Sync for SliceParametersUastc
impl Unpin for SliceParametersUastc
impl UnwindSafe for SliceParametersUastc
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