pub struct BlendComponent {
pub operation: Option<BlendOperation>,
pub src_factor: Option<BlendFactor>,
pub dst_factor: Option<BlendFactor>,
}Fields§
§operation: Option<BlendOperation>§src_factor: Option<BlendFactor>§dst_factor: Option<BlendFactor>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlendComponent
impl RefUnwindSafe for BlendComponent
impl Send for BlendComponent
impl Sync for BlendComponent
impl Unpin for BlendComponent
impl UnsafeUnpin for BlendComponent
impl UnwindSafe for BlendComponent
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