pub struct RenderTargetSet<'a> {
pub colors: &'a [RenderTarget],
pub depth_stencil: Option<RenderTarget>,
}Fields§
§colors: &'a [RenderTarget]§depth_stencil: Option<RenderTarget>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RenderTargetSet<'a>
impl<'a> RefUnwindSafe for RenderTargetSet<'a>
impl<'a> Send for RenderTargetSet<'a>
impl<'a> Sync for RenderTargetSet<'a>
impl<'a> Unpin for RenderTargetSet<'a>
impl<'a> UnwindSafe for RenderTargetSet<'a>
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