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