pub struct JxlDecoder { /* private fields */ }Expand description
Opaque structure that holds the JPEG XL decoder.
Allocated and initialized with JxlDecoderCreate.
Cleaned up and deallocated with JxlDecoderDestroy.
Auto Trait Implementations§
impl Freeze for JxlDecoder
impl RefUnwindSafe for JxlDecoder
impl Send for JxlDecoder
impl Sync for JxlDecoder
impl Unpin for JxlDecoder
impl UnwindSafe for JxlDecoder
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