pub struct Jpeg;Trait Implementations§
impl Copy for Jpeg
impl Eq for Jpeg
impl StructuralPartialEq for Jpeg
Auto Trait Implementations§
impl Freeze for Jpeg
impl RefUnwindSafe for Jpeg
impl Send for Jpeg
impl Sync for Jpeg
impl Unpin for Jpeg
impl UnsafeUnpin for Jpeg
impl UnwindSafe for Jpeg
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