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: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SliceParametersUastc
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