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