pub enum UncC {
V1 {
profile: FourCC,
},
V0 {Show 15 fields
profile: FourCC,
components: Vec<UncompressedComponent>,
sampling_type: u8,
interleave_type: u8,
block_size: u8,
components_little_endian: bool,
block_pad_lsb: bool,
block_little_endian: bool,
block_reversed: bool,
pad_unknown: bool,
pixel_size: u32,
row_align_size: u32,
tile_align_size: u32,
num_tile_cols_minus_one: u32,
num_tile_rows_minus_one: u32,
},
}
Variants§
Trait Implementations§
impl Eq for UncC
impl StructuralPartialEq for UncC
Auto Trait Implementations§
impl Freeze for UncC
impl RefUnwindSafe for UncC
impl Send for UncC
impl Sync for UncC
impl Unpin for UncC
impl UnwindSafe for UncC
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