#[repr(C)]pub struct VkColorBlendEquationEXT {
pub srcColorBlendFactor: VkBlendFactor,
pub dstColorBlendFactor: VkBlendFactor,
pub colorBlendOp: VkBlendOp,
pub srcAlphaBlendFactor: VkBlendFactor,
pub dstAlphaBlendFactor: VkBlendFactor,
pub alphaBlendOp: VkBlendOp,
}
Fields§
§srcColorBlendFactor: VkBlendFactor
§dstColorBlendFactor: VkBlendFactor
§colorBlendOp: VkBlendOp
§srcAlphaBlendFactor: VkBlendFactor
§dstAlphaBlendFactor: VkBlendFactor
§alphaBlendOp: VkBlendOp
Trait Implementations§
Source§impl Clone for VkColorBlendEquationEXT
impl Clone for VkColorBlendEquationEXT
Source§fn clone(&self) -> VkColorBlendEquationEXT
fn clone(&self) -> VkColorBlendEquationEXT
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkColorBlendEquationEXT
impl Default for VkColorBlendEquationEXT
impl Copy for VkColorBlendEquationEXT
Auto Trait Implementations§
impl Freeze for VkColorBlendEquationEXT
impl RefUnwindSafe for VkColorBlendEquationEXT
impl Send for VkColorBlendEquationEXT
impl Sync for VkColorBlendEquationEXT
impl Unpin for VkColorBlendEquationEXT
impl UnwindSafe for VkColorBlendEquationEXT
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