pub struct Image { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<&DynamicImage> for Image
impl From<&DynamicImage> for Image
Source§fn from(value: &DynamicImage) -> Self
fn from(value: &DynamicImage) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Image
impl RefUnwindSafe for Image
impl Send for Image
impl Sync for Image
impl Unpin for Image
impl UnwindSafe for Image
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