Enum cea708_types::tables::DisplayEffect
source · pub enum DisplayEffect {
Snap,
Fade,
Wipe,
Undefined,
}Expand description
Display effect options
Variants§
Trait Implementations§
source§impl Clone for DisplayEffect
impl Clone for DisplayEffect
source§fn clone(&self) -> DisplayEffect
fn clone(&self) -> DisplayEffect
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 DisplayEffect
impl Debug for DisplayEffect
source§impl From<DisplayEffect> for u8
impl From<DisplayEffect> for u8
source§fn from(de: DisplayEffect) -> u8
fn from(de: DisplayEffect) -> u8
Converts to this type from the input type.
source§impl From<u8> for DisplayEffect
impl From<u8> for DisplayEffect
source§impl Ord for DisplayEffect
impl Ord for DisplayEffect
source§fn cmp(&self, other: &DisplayEffect) -> Ordering
fn cmp(&self, other: &DisplayEffect) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for DisplayEffect
impl PartialEq for DisplayEffect
source§fn eq(&self, other: &DisplayEffect) -> bool
fn eq(&self, other: &DisplayEffect) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for DisplayEffect
impl PartialOrd for DisplayEffect
source§fn partial_cmp(&self, other: &DisplayEffect) -> Option<Ordering>
fn partial_cmp(&self, other: &DisplayEffect) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for DisplayEffect
impl Eq for DisplayEffect
impl StructuralPartialEq for DisplayEffect
Auto Trait Implementations§
impl Freeze for DisplayEffect
impl RefUnwindSafe for DisplayEffect
impl Send for DisplayEffect
impl Sync for DisplayEffect
impl Unpin for DisplayEffect
impl UnwindSafe for DisplayEffect
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