pub struct BlendFactor(/* private fields */);
Expand description
Implementations§
Source§impl BlendFactor
impl BlendFactor
Source§impl BlendFactor
impl BlendFactor
pub const ZERO: Self
pub const ONE: Self
pub const SRC_COLOR: Self
pub const ONE_MINUS_SRC_COLOR: Self
pub const DST_COLOR: Self
pub const ONE_MINUS_DST_COLOR: Self
pub const SRC_ALPHA: Self
pub const ONE_MINUS_SRC_ALPHA: Self
pub const DST_ALPHA: Self
pub const ONE_MINUS_DST_ALPHA: Self
pub const CONSTANT_COLOR: Self
pub const ONE_MINUS_CONSTANT_COLOR: Self
pub const CONSTANT_ALPHA: Self
pub const ONE_MINUS_CONSTANT_ALPHA: Self
pub const SRC_ALPHA_SATURATE: Self
pub const SRC1_COLOR: Self
pub const ONE_MINUS_SRC1_COLOR: Self
pub const SRC1_ALPHA: Self
pub const ONE_MINUS_SRC1_ALPHA: Self
Trait Implementations§
Source§impl Clone for BlendFactor
impl Clone for BlendFactor
Source§fn clone(&self) -> BlendFactor
fn clone(&self) -> BlendFactor
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 Default for BlendFactor
impl Default for BlendFactor
Source§fn default() -> BlendFactor
fn default() -> BlendFactor
Returns the “default value” for a type. Read more
Source§impl Hash for BlendFactor
impl Hash for BlendFactor
Source§impl Ord for BlendFactor
impl Ord for BlendFactor
Source§fn cmp(&self, other: &BlendFactor) -> Ordering
fn cmp(&self, other: &BlendFactor) -> 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 BlendFactor
impl PartialEq for BlendFactor
Source§impl PartialOrd for BlendFactor
impl PartialOrd for BlendFactor
impl Copy for BlendFactor
impl Eq for BlendFactor
impl StructuralPartialEq for BlendFactor
Auto Trait Implementations§
impl Freeze for BlendFactor
impl RefUnwindSafe for BlendFactor
impl Send for BlendFactor
impl Sync for BlendFactor
impl Unpin for BlendFactor
impl UnwindSafe for BlendFactor
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