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