#[repr(u8)]pub enum AlphaInvert {
ALPHA_INVERT_0 = 0,
INVERTED = 1,
}Variants§
Implementations§
Source§impl AlphaInvert
impl AlphaInvert
Trait Implementations§
Source§impl Clone for AlphaInvert
impl Clone for AlphaInvert
Source§fn clone(&self) -> AlphaInvert
fn clone(&self) -> AlphaInvert
Returns a duplicate 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 AlphaInvert
impl Debug for AlphaInvert
Source§impl From<AlphaInvert> for u8
impl From<AlphaInvert> for u8
Source§fn from(val: AlphaInvert) -> u8
fn from(val: AlphaInvert) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AlphaInvert
impl From<u8> for AlphaInvert
Source§fn from(val: u8) -> AlphaInvert
fn from(val: u8) -> AlphaInvert
Converts to this type from the input type.
Source§impl Ord for AlphaInvert
impl Ord for AlphaInvert
Source§fn cmp(&self, other: &AlphaInvert) -> Ordering
fn cmp(&self, other: &AlphaInvert) -> 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 AlphaInvert
impl PartialEq for AlphaInvert
Source§impl PartialOrd for AlphaInvert
impl PartialOrd for AlphaInvert
impl Copy for AlphaInvert
impl Eq for AlphaInvert
impl StructuralPartialEq for AlphaInvert
Auto Trait Implementations§
impl Freeze for AlphaInvert
impl RefUnwindSafe for AlphaInvert
impl Send for AlphaInvert
impl Sync for AlphaInvert
impl Unpin for AlphaInvert
impl UnwindSafe for AlphaInvert
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