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