pub struct ParamCap { /* private fields */ }Expand description
CAP marker segment — extended capability descriptor.
Identifies HTJ2K (Part 15) capabilities and parameters such as the Ccap value that encodes the wavelet type and magnitude bound.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParamCap
impl RefUnwindSafe for ParamCap
impl Send for ParamCap
impl Sync for ParamCap
impl Unpin for ParamCap
impl UnsafeUnpin for ParamCap
impl UnwindSafe for ParamCap
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