Struct VkBlend Factor 
pub struct VkBlendFactor(/* private fields */);Expand description
Implementations§
§impl BlendFactor
 
impl BlendFactor
pub const fn from_raw(x: i32) -> BlendFactor
pub const fn as_raw(self) -> i32
§impl BlendFactor
 
impl BlendFactor
pub const ZERO: BlendFactor
pub const ONE: BlendFactor
pub const SRC_COLOR: BlendFactor
pub const ONE_MINUS_SRC_COLOR: BlendFactor
pub const DST_COLOR: BlendFactor
pub const ONE_MINUS_DST_COLOR: BlendFactor
pub const SRC_ALPHA: BlendFactor
pub const ONE_MINUS_SRC_ALPHA: BlendFactor
pub const DST_ALPHA: BlendFactor
pub const ONE_MINUS_DST_ALPHA: BlendFactor
pub const CONSTANT_COLOR: BlendFactor
pub const ONE_MINUS_CONSTANT_COLOR: BlendFactor
pub const CONSTANT_ALPHA: BlendFactor
pub const ONE_MINUS_CONSTANT_ALPHA: BlendFactor
pub const SRC_ALPHA_SATURATE: BlendFactor
pub const SRC1_COLOR: BlendFactor
pub const ONE_MINUS_SRC1_COLOR: BlendFactor
pub const SRC1_ALPHA: BlendFactor
pub const ONE_MINUS_SRC1_ALPHA: BlendFactor
Trait Implementations§
§impl Clone for BlendFactor
 
impl Clone for BlendFactor
§fn clone(&self) -> BlendFactor
 
fn clone(&self) -> BlendFactor
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 more§impl Debug for BlendFactor
 
impl Debug for BlendFactor
§impl Default for BlendFactor
 
impl Default for BlendFactor
§fn default() -> BlendFactor
 
fn default() -> BlendFactor
Returns the “default value” for a type. Read more
§impl Hash for BlendFactor
 
impl Hash for BlendFactor
§impl Ord for BlendFactor
 
impl Ord for BlendFactor
§impl PartialEq for BlendFactor
 
impl PartialEq for BlendFactor
§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