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