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