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