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