Struct ash::vk::ColorBlendEquationEXT
source · #[repr(C)]pub struct ColorBlendEquationEXT {
pub src_color_blend_factor: BlendFactor,
pub dst_color_blend_factor: BlendFactor,
pub color_blend_op: BlendOp,
pub src_alpha_blend_factor: BlendFactor,
pub dst_alpha_blend_factor: BlendFactor,
pub alpha_blend_op: BlendOp,
}
Expand description
Fields§
§src_color_blend_factor: BlendFactor
§dst_color_blend_factor: BlendFactor
§color_blend_op: BlendOp
§src_alpha_blend_factor: BlendFactor
§dst_alpha_blend_factor: BlendFactor
§alpha_blend_op: BlendOp
Implementations§
source§impl ColorBlendEquationEXT
impl ColorBlendEquationEXT
pub fn builder<'a>() -> ColorBlendEquationEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ColorBlendEquationEXT
impl Clone for ColorBlendEquationEXT
source§fn clone(&self) -> ColorBlendEquationEXT
fn clone(&self) -> ColorBlendEquationEXT
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 Debug for ColorBlendEquationEXT
impl Debug for ColorBlendEquationEXT
source§impl Default for ColorBlendEquationEXT
impl Default for ColorBlendEquationEXT
source§fn default() -> ColorBlendEquationEXT
fn default() -> ColorBlendEquationEXT
Returns the “default value” for a type. Read more
impl Copy for ColorBlendEquationEXT
Auto Trait Implementations§
impl Freeze for ColorBlendEquationEXT
impl RefUnwindSafe for ColorBlendEquationEXT
impl Send for ColorBlendEquationEXT
impl Sync for ColorBlendEquationEXT
impl Unpin for ColorBlendEquationEXT
impl UnwindSafe for ColorBlendEquationEXT
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