pub enum GlBlendFactor {
One,
SourceAlpha,
OneMinusSourceAlpha,
}Variants§
Trait Implementations§
Source§impl Clone for GlBlendFactor
impl Clone for GlBlendFactor
Source§fn clone(&self) -> GlBlendFactor
fn clone(&self) -> GlBlendFactor
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 GlBlendFactor
impl Debug for GlBlendFactor
impl Copy for GlBlendFactor
Auto Trait Implementations§
impl Freeze for GlBlendFactor
impl RefUnwindSafe for GlBlendFactor
impl Send for GlBlendFactor
impl Sync for GlBlendFactor
impl Unpin for GlBlendFactor
impl UnsafeUnpin for GlBlendFactor
impl UnwindSafe for GlBlendFactor
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