pub struct PreencodedHtj2k97CompactComponent {
pub x_rsiz: u8,
pub y_rsiz: u8,
pub resolutions: Vec<PreencodedHtj2k97CompactResolution>,
}Expand description
Preencoded compact irreversible 9/7 HTJ2K component.
Fields§
§x_rsiz: u8Horizontal SIZ sampling factor (XRsiz).
y_rsiz: u8Vertical SIZ sampling factor (YRsiz).
resolutions: Vec<PreencodedHtj2k97CompactResolution>Resolution packets for this component, ordered from lowest to highest.
Trait Implementations§
Source§impl Clone for PreencodedHtj2k97CompactComponent
impl Clone for PreencodedHtj2k97CompactComponent
Source§fn clone(&self) -> PreencodedHtj2k97CompactComponent
fn clone(&self) -> PreencodedHtj2k97CompactComponent
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 moreAuto Trait Implementations§
impl Freeze for PreencodedHtj2k97CompactComponent
impl RefUnwindSafe for PreencodedHtj2k97CompactComponent
impl Send for PreencodedHtj2k97CompactComponent
impl Sync for PreencodedHtj2k97CompactComponent
impl Unpin for PreencodedHtj2k97CompactComponent
impl UnsafeUnpin for PreencodedHtj2k97CompactComponent
impl UnwindSafe for PreencodedHtj2k97CompactComponent
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