pub struct Encoding { /* private fields */ }Expand description
The image’s colorspace plus some extra encoding options.
Implementations§
Source§impl Encoding
impl Encoding
Sourcepub fn colorspace(self) -> Colorspace
pub fn colorspace(self) -> Colorspace
Gets the colorspace of the encoding.
Trait Implementations§
Source§impl From<Colorspace> for Encoding
impl From<Colorspace> for Encoding
Source§fn from(csp: Colorspace) -> Self
fn from(csp: Colorspace) -> Self
Converts to this type from the input type.
impl Copy for Encoding
impl Eq for Encoding
impl StructuralPartialEq for Encoding
Auto Trait Implementations§
impl Freeze for Encoding
impl RefUnwindSafe for Encoding
impl Send for Encoding
impl Sync for Encoding
impl Unpin for Encoding
impl UnwindSafe for Encoding
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