pub struct ImageLibrary { /* private fields */ }Implementations§
Source§impl ImageLibrary
impl ImageLibrary
Trait Implementations§
Source§impl Clone for ImageLibrary
impl Clone for ImageLibrary
Source§fn clone(&self) -> ImageLibrary
fn clone(&self) -> ImageLibrary
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 moreSource§impl Debug for ImageLibrary
impl Debug for ImageLibrary
Source§impl Default for ImageLibrary
impl Default for ImageLibrary
Source§fn default() -> ImageLibrary
fn default() -> ImageLibrary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImageLibrary
impl RefUnwindSafe for ImageLibrary
impl Send for ImageLibrary
impl Sync for ImageLibrary
impl Unpin for ImageLibrary
impl UnsafeUnpin for ImageLibrary
impl UnwindSafe for ImageLibrary
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