pub struct UncompressedComponent {
pub component_index: u16,
pub component_bit_depth_minus_one: u8,
pub component_format: u8,
pub component_align_size: u8,
}
Fields§
§component_index: u16
§component_bit_depth_minus_one: u8
§component_format: u8
§component_align_size: u8
Trait Implementations§
Source§impl Clone for UncompressedComponent
impl Clone for UncompressedComponent
Source§fn clone(&self) -> UncompressedComponent
fn clone(&self) -> UncompressedComponent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UncompressedComponent
impl Debug for UncompressedComponent
Source§impl PartialEq for UncompressedComponent
impl PartialEq for UncompressedComponent
impl Eq for UncompressedComponent
impl StructuralPartialEq for UncompressedComponent
Auto Trait Implementations§
impl Freeze for UncompressedComponent
impl RefUnwindSafe for UncompressedComponent
impl Send for UncompressedComponent
impl Sync for UncompressedComponent
impl Unpin for UncompressedComponent
impl UnwindSafe for UncompressedComponent
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