pub struct RenderTargetRef {
pub texture: TextureId,
pub load: LoadOp,
pub store: StoreOp,
}Fields§
§texture: TextureId§load: LoadOp§store: StoreOpTrait Implementations§
Source§impl Clone for RenderTargetRef
impl Clone for RenderTargetRef
Source§fn clone(&self) -> RenderTargetRef
fn clone(&self) -> RenderTargetRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RenderTargetRef
impl Debug for RenderTargetRef
Source§impl PartialEq for RenderTargetRef
impl PartialEq for RenderTargetRef
Source§fn eq(&self, other: &RenderTargetRef) -> bool
fn eq(&self, other: &RenderTargetRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RenderTargetRef
impl StructuralPartialEq for RenderTargetRef
Auto Trait Implementations§
impl Freeze for RenderTargetRef
impl RefUnwindSafe for RenderTargetRef
impl Send for RenderTargetRef
impl Sync for RenderTargetRef
impl Unpin for RenderTargetRef
impl UnsafeUnpin for RenderTargetRef
impl UnwindSafe for RenderTargetRef
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