pub enum GlowBlending {
None,
Alpha,
Multiply,
Additive,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GlowBlending
impl Clone for GlowBlending
Source§fn clone(&self) -> GlowBlending
fn clone(&self) -> GlowBlending
Returns a copy 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 GlowBlending
impl Debug for GlowBlending
Source§impl Default for GlowBlending
impl Default for GlowBlending
Source§fn default() -> GlowBlending
fn default() -> GlowBlending
Returns the “default value” for a type. Read more
Source§impl PartialEq for GlowBlending
impl PartialEq for GlowBlending
impl Copy for GlowBlending
impl Eq for GlowBlending
impl StructuralPartialEq for GlowBlending
Auto Trait Implementations§
impl Freeze for GlowBlending
impl RefUnwindSafe for GlowBlending
impl Send for GlowBlending
impl Sync for GlowBlending
impl Unpin for GlowBlending
impl UnwindSafe for GlowBlending
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