pub struct ComponentSpecification {
pub cs: u8,
pub td: u8,
pub ta: u8,
}Fields§
§cs: u8Scan component selector
References a c value in
ComponentSpecificationParameters](ComponentSpecificationParameters#
structfield.c).
td: u8DC entropy coding table
ta: u8AC entropy coding table
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComponentSpecification
impl RefUnwindSafe for ComponentSpecification
impl Send for ComponentSpecification
impl Sync for ComponentSpecification
impl Unpin for ComponentSpecification
impl UnsafeUnpin for ComponentSpecification
impl UnwindSafe for ComponentSpecification
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