Enum adder_codec_core::PixelMultiMode
source · 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
source§fn eq(&self, other: &PixelMultiMode) -> bool
fn eq(&self, other: &PixelMultiMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PixelMultiMode
impl StructuralPartialEq for PixelMultiMode
Auto Trait Implementations§
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