pub struct ColorBlendAttachment {
pub blend_enable: bool,
pub color: BlendChannel,
pub alpha: BlendChannel,
}
Expand description
Fields§
§blend_enable: bool
§color: BlendChannel
§alpha: BlendChannel
Trait Implementations§
Source§impl Clone for ColorBlendAttachment
impl Clone for ColorBlendAttachment
Source§fn clone(&self) -> ColorBlendAttachment
fn clone(&self) -> ColorBlendAttachment
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 ColorBlendAttachment
impl Debug for ColorBlendAttachment
Source§impl PartialEq for ColorBlendAttachment
impl PartialEq for ColorBlendAttachment
impl Copy for ColorBlendAttachment
impl Eq for ColorBlendAttachment
impl StructuralPartialEq for ColorBlendAttachment
Auto Trait Implementations§
impl Freeze for ColorBlendAttachment
impl RefUnwindSafe for ColorBlendAttachment
impl Send for ColorBlendAttachment
impl Sync for ColorBlendAttachment
impl Unpin for ColorBlendAttachment
impl UnwindSafe for ColorBlendAttachment
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