#[repr(u32)]pub enum BlendOperation {
Add = 0,
SrcMinusDest = 1,
DestMinusSrc = 2,
}Variants§
Trait Implementations§
Source§impl Clone for BlendOperation
impl Clone for BlendOperation
Source§fn clone(&self) -> BlendOperation
fn clone(&self) -> BlendOperation
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 BlendOperation
impl Debug for BlendOperation
Source§impl Hash for BlendOperation
impl Hash for BlendOperation
Source§impl Ord for BlendOperation
impl Ord for BlendOperation
Source§fn cmp(&self, other: &BlendOperation) -> Ordering
fn cmp(&self, other: &BlendOperation) -> 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 BlendOperation
impl PartialEq for BlendOperation
Source§impl PartialOrd for BlendOperation
impl PartialOrd for BlendOperation
impl Copy for BlendOperation
impl Eq for BlendOperation
impl StructuralPartialEq for BlendOperation
Auto Trait Implementations§
impl Freeze for BlendOperation
impl RefUnwindSafe for BlendOperation
impl Send for BlendOperation
impl Sync for BlendOperation
impl Unpin for BlendOperation
impl UnwindSafe for BlendOperation
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