pub struct JxlEncoderFrameSettings { /* private fields */ }Expand description
Settings and metadata for a single image frame. This includes encoder options for a frame such as compression quality and speed.
Allocated and initialized with JxlEncoderFrameSettingsCreate.
Cleaned up and deallocated when the encoder is destroyed with
JxlEncoderDestroy.
Auto Trait Implementations§
impl Freeze for JxlEncoderFrameSettings
impl RefUnwindSafe for JxlEncoderFrameSettings
impl Send for JxlEncoderFrameSettings
impl Sync for JxlEncoderFrameSettings
impl Unpin for JxlEncoderFrameSettings
impl UnwindSafe for JxlEncoderFrameSettings
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