#[repr(C)]pub struct ColorBlendEquationEXT {
pub srcColorBlendFactor: BlendFactor,
pub dstColorBlendFactor: BlendFactor,
pub colorBlendOp: BlendOp,
pub srcAlphaBlendFactor: BlendFactor,
pub dstAlphaBlendFactor: BlendFactor,
pub alphaBlendOp: BlendOp,
}Fields§
§srcColorBlendFactor: BlendFactor§dstColorBlendFactor: BlendFactor§colorBlendOp: BlendOp§srcAlphaBlendFactor: BlendFactor§dstAlphaBlendFactor: BlendFactor§alphaBlendOp: BlendOpTrait Implementations§
Source§impl Clone for ColorBlendEquationEXT
impl Clone for ColorBlendEquationEXT
Source§fn clone(&self) -> ColorBlendEquationEXT
fn clone(&self) -> ColorBlendEquationEXT
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 moreimpl 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