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