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 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 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
impl Copy for PixelMultiMode
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 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