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