pub struct BlendState {
pub color: Option<BlendComponent>,
pub alpha: Option<BlendComponent>,
}Fields§
§color: Option<BlendComponent>§alpha: Option<BlendComponent>Implementations§
Source§impl BlendState
impl BlendState
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlendState
impl RefUnwindSafe for BlendState
impl Send for BlendState
impl Sync for BlendState
impl Unpin for BlendState
impl UnsafeUnpin for BlendState
impl UnwindSafe for BlendState
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