pub enum AlphaOption {
Ignore,
BlendOnBlack,
}Variants§
Trait Implementations§
Source§impl Clone for AlphaOption
impl Clone for AlphaOption
Source§fn clone(&self) -> AlphaOption
fn clone(&self) -> AlphaOption
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 AlphaOption
impl Debug for AlphaOption
Source§impl Ord for AlphaOption
impl Ord for AlphaOption
Source§fn cmp(&self, other: &AlphaOption) -> Ordering
fn cmp(&self, other: &AlphaOption) -> 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 AlphaOption
impl PartialEq for AlphaOption
Source§impl PartialOrd for AlphaOption
impl PartialOrd for AlphaOption
impl Copy for AlphaOption
impl Eq for AlphaOption
impl StructuralPartialEq for AlphaOption
Auto Trait Implementations§
impl Freeze for AlphaOption
impl RefUnwindSafe for AlphaOption
impl Send for AlphaOption
impl Sync for AlphaOption
impl Unpin for AlphaOption
impl UnwindSafe for AlphaOption
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