Struct ash::vk::ColorBlendAdvancedEXT
source · #[repr(C)]pub struct ColorBlendAdvancedEXT {
pub advanced_blend_op: BlendOp,
pub src_premultiplied: Bool32,
pub dst_premultiplied: Bool32,
pub blend_overlap: BlendOverlapEXT,
pub clamp_results: Bool32,
}
Expand description
Fields§
§advanced_blend_op: BlendOp
§src_premultiplied: Bool32
§dst_premultiplied: Bool32
§blend_overlap: BlendOverlapEXT
§clamp_results: Bool32
Implementations§
source§impl ColorBlendAdvancedEXT
impl ColorBlendAdvancedEXT
pub fn builder<'a>() -> ColorBlendAdvancedEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ColorBlendAdvancedEXT
impl Clone for ColorBlendAdvancedEXT
source§fn clone(&self) -> ColorBlendAdvancedEXT
fn clone(&self) -> ColorBlendAdvancedEXT
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 ColorBlendAdvancedEXT
impl Debug for ColorBlendAdvancedEXT
source§impl Default for ColorBlendAdvancedEXT
impl Default for ColorBlendAdvancedEXT
source§fn default() -> ColorBlendAdvancedEXT
fn default() -> ColorBlendAdvancedEXT
Returns the “default value” for a type. Read more
impl Copy for ColorBlendAdvancedEXT
Auto Trait Implementations§
impl Freeze for ColorBlendAdvancedEXT
impl RefUnwindSafe for ColorBlendAdvancedEXT
impl Send for ColorBlendAdvancedEXT
impl Sync for ColorBlendAdvancedEXT
impl Unpin for ColorBlendAdvancedEXT
impl UnwindSafe for ColorBlendAdvancedEXT
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