#[repr(C)]pub struct ColorBlendAdvancedEXT {
pub advancedBlendOp: BlendOp,
pub srcPremultiplied: Bool32,
pub dstPremultiplied: Bool32,
pub blendOverlap: BlendOverlapEXT,
pub clampResults: Bool32,
}Fields§
§advancedBlendOp: BlendOp§srcPremultiplied: Bool32§dstPremultiplied: Bool32§blendOverlap: BlendOverlapEXT§clampResults: Bool32Trait Implementations§
Source§impl Clone for ColorBlendAdvancedEXT
impl Clone for ColorBlendAdvancedEXT
Source§fn clone(&self) -> ColorBlendAdvancedEXT
fn clone(&self) -> ColorBlendAdvancedEXT
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 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