pub enum RasterPixelMode {
Mono,
Gray,
Other,
}Variants§
Trait Implementations§
Source§impl Clone for RasterPixelMode
impl Clone for RasterPixelMode
Source§fn clone(&self) -> RasterPixelMode
fn clone(&self) -> RasterPixelMode
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 RasterPixelMode
impl Debug for RasterPixelMode
Source§impl Default for RasterPixelMode
impl Default for RasterPixelMode
Source§fn default() -> RasterPixelMode
fn default() -> RasterPixelMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for RasterPixelMode
impl PartialEq for RasterPixelMode
Source§fn eq(&self, other: &RasterPixelMode) -> bool
fn eq(&self, other: &RasterPixelMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RasterPixelMode
impl Eq for RasterPixelMode
impl StructuralPartialEq for RasterPixelMode
Auto Trait Implementations§
impl Freeze for RasterPixelMode
impl RefUnwindSafe for RasterPixelMode
impl Send for RasterPixelMode
impl Sync for RasterPixelMode
impl Unpin for RasterPixelMode
impl UnsafeUnpin for RasterPixelMode
impl UnwindSafe for RasterPixelMode
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