#[repr(u8)]pub enum S1S0FactorMode {
S1_S0_FACTOR_MODE_0 = 0,
S1_S0_FACTOR_MODE_1 = 1,
S1_S0_FACTOR_MODE_2 = 2,
S1_S0_FACTOR_MODE_3 = 3,
}Variants§
S1_S0_FACTOR_MODE_0 = 0
1
S1_S0_FACTOR_MODE_1 = 1
0
S1_S0_FACTOR_MODE_2 = 2
Straight alpha
S1_S0_FACTOR_MODE_3 = 3
Inverse alpha
Implementations§
Trait Implementations§
Source§impl Clone for S1S0FactorMode
impl Clone for S1S0FactorMode
Source§fn clone(&self) -> S1S0FactorMode
fn clone(&self) -> S1S0FactorMode
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 S1S0FactorMode
impl Debug for S1S0FactorMode
Source§impl From<S1S0FactorMode> for u8
impl From<S1S0FactorMode> for u8
Source§fn from(val: S1S0FactorMode) -> u8
fn from(val: S1S0FactorMode) -> u8
Converts to this type from the input type.
Source§impl From<u8> for S1S0FactorMode
impl From<u8> for S1S0FactorMode
Source§fn from(val: u8) -> S1S0FactorMode
fn from(val: u8) -> S1S0FactorMode
Converts to this type from the input type.
Source§impl Ord for S1S0FactorMode
impl Ord for S1S0FactorMode
Source§fn cmp(&self, other: &S1S0FactorMode) -> Ordering
fn cmp(&self, other: &S1S0FactorMode) -> 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 S1S0FactorMode
impl PartialEq for S1S0FactorMode
Source§impl PartialOrd for S1S0FactorMode
impl PartialOrd for S1S0FactorMode
impl Copy for S1S0FactorMode
impl Eq for S1S0FactorMode
impl StructuralPartialEq for S1S0FactorMode
Auto Trait Implementations§
impl Freeze for S1S0FactorMode
impl RefUnwindSafe for S1S0FactorMode
impl Send for S1S0FactorMode
impl Sync for S1S0FactorMode
impl Unpin for S1S0FactorMode
impl UnwindSafe for S1S0FactorMode
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