pub struct ColorTargetState {
pub format: TextureFormat,
pub blend: Option<BlendState>,
}Expand description
State for a single colour output attachment.
Fields§
§format: TextureFormat§blend: Option<BlendState>Trait Implementations§
Source§impl Clone for ColorTargetState
impl Clone for ColorTargetState
Source§fn clone(&self) -> ColorTargetState
fn clone(&self) -> ColorTargetState
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 moreAuto Trait Implementations§
impl Freeze for ColorTargetState
impl RefUnwindSafe for ColorTargetState
impl Send for ColorTargetState
impl Sync for ColorTargetState
impl Unpin for ColorTargetState
impl UnsafeUnpin for ColorTargetState
impl UnwindSafe for ColorTargetState
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