pub struct ScanComponent {
pub comp_idx: usize,
pub dc_table: usize,
pub ac_table: usize,
}Expand description
Component selector for one scan component.
Fields§
§comp_idx: usizeIndex into FrameInfo.components.
dc_table: usizeDC Huffman table index.
ac_table: usizeAC Huffman table index.
Trait Implementations§
Source§impl Clone for ScanComponent
impl Clone for ScanComponent
Source§fn clone(&self) -> ScanComponent
fn clone(&self) -> ScanComponent
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 moreAuto Trait Implementations§
impl Freeze for ScanComponent
impl RefUnwindSafe for ScanComponent
impl Send for ScanComponent
impl Sync for ScanComponent
impl Unpin for ScanComponent
impl UnsafeUnpin for ScanComponent
impl UnwindSafe for ScanComponent
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