pub struct ImageFileFormat<'a>(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'a> Clone for ImageFileFormat<'a>
 
impl<'a> Clone for ImageFileFormat<'a>
Source§fn clone(&self) -> ImageFileFormat<'a>
 
fn clone(&self) -> ImageFileFormat<'a>
Returns a copy 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 moreAuto Trait Implementations§
impl<'a> Freeze for ImageFileFormat<'a>
impl<'a> !RefUnwindSafe for ImageFileFormat<'a>
impl<'a> Send for ImageFileFormat<'a>
impl<'a> Sync for ImageFileFormat<'a>
impl<'a> Unpin for ImageFileFormat<'a>
impl<'a> !UnwindSafe for ImageFileFormat<'a>
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