pub struct ComponentSpecificationParameters {
pub c: u8,
pub h: u8,
pub v: u8,
pub tq: u8,
}Expand description
Component specification parameters
Fields§
§c: u8Component identifier
h: u8Horizontal sampling factor
v: u8Vertical sampling factor
tq: u8Quantization table destination selector
Implementations§
Trait Implementations§
Source§impl Clone for ComponentSpecificationParameters
impl Clone for ComponentSpecificationParameters
Source§fn clone(&self) -> ComponentSpecificationParameters
fn clone(&self) -> ComponentSpecificationParameters
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ComponentSpecificationParameters
Auto Trait Implementations§
impl Freeze for ComponentSpecificationParameters
impl RefUnwindSafe for ComponentSpecificationParameters
impl Send for ComponentSpecificationParameters
impl Sync for ComponentSpecificationParameters
impl Unpin for ComponentSpecificationParameters
impl UnsafeUnpin for ComponentSpecificationParameters
impl UnwindSafe for ComponentSpecificationParameters
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