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