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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BlendFactor
§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 Eq for BlendFactor
§impl Hash for BlendFactor
impl Hash for BlendFactor
§impl Ord for BlendFactor
impl Ord for BlendFactor
§fn cmp(&self, other: &BlendFactor) -> Ordering
fn cmp(&self, other: &BlendFactor) -> Ordering
1.21.0 (const: unstable) · 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
§impl PartialEq for BlendFactor
impl PartialEq for BlendFactor
§impl PartialOrd for BlendFactor
impl PartialOrd 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 UnsafeUnpin 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