Struct termusiclib::types::ImageWrapper
source · pub struct ImageWrapper {
pub data: DynamicImage,
}Fields§
§data: DynamicImageTrait Implementations§
source§impl Clone for ImageWrapper
impl Clone for ImageWrapper
source§fn clone(&self) -> ImageWrapper
fn clone(&self) -> ImageWrapper
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 moresource§impl Debug for ImageWrapper
impl Debug for ImageWrapper
source§impl PartialEq for ImageWrapper
impl PartialEq for ImageWrapper
source§fn eq(&self, other: &ImageWrapper) -> bool
fn eq(&self, other: &ImageWrapper) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ImageWrapper
impl StructuralPartialEq for ImageWrapper
Auto Trait Implementations§
impl Freeze for ImageWrapper
impl RefUnwindSafe for ImageWrapper
impl Send for ImageWrapper
impl Sync for ImageWrapper
impl Unpin for ImageWrapper
impl UnwindSafe for ImageWrapper
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.