pub struct JxlEncoderStatsStruct { /* private fields */ }Trait Implementations§
Source§impl Clone for JxlEncoderStatsStruct
impl Clone for JxlEncoderStatsStruct
Source§fn clone(&self) -> JxlEncoderStatsStruct
fn clone(&self) -> JxlEncoderStatsStruct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JxlEncoderStatsStruct
impl Debug for JxlEncoderStatsStruct
impl Copy for JxlEncoderStatsStruct
Auto Trait Implementations§
impl Freeze for JxlEncoderStatsStruct
impl RefUnwindSafe for JxlEncoderStatsStruct
impl Send for JxlEncoderStatsStruct
impl Sync for JxlEncoderStatsStruct
impl Unpin for JxlEncoderStatsStruct
impl UnsafeUnpin for JxlEncoderStatsStruct
impl UnwindSafe for JxlEncoderStatsStruct
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