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