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