Struct jpeg2k::ImageComponent
source · pub struct ImageComponent(/* private fields */);
Expand description
A Jpeg2000 Image Component.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImageComponent
impl RefUnwindSafe for ImageComponent
impl !Send for ImageComponent
impl !Sync for ImageComponent
impl Unpin for ImageComponent
impl UnwindSafe for ImageComponent
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