pub enum GlBlendEquation {
Add,
ReverseSubtract,
}Variants§
Trait Implementations§
Source§impl Clone for GlBlendEquation
impl Clone for GlBlendEquation
Source§fn clone(&self) -> GlBlendEquation
fn clone(&self) -> GlBlendEquation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GlBlendEquation
impl Debug for GlBlendEquation
impl Copy for GlBlendEquation
Auto Trait Implementations§
impl Freeze for GlBlendEquation
impl RefUnwindSafe for GlBlendEquation
impl Send for GlBlendEquation
impl Sync for GlBlendEquation
impl Unpin for GlBlendEquation
impl UnsafeUnpin for GlBlendEquation
impl UnwindSafe for GlBlendEquation
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