pub struct OverlayPassSlot(pub Option<PassContribution>);Expand description
Deck slot carrying the overlay / debug-viz pass, written by OverlayAgent.
Tuple Fields§
§0: Option<PassContribution>Trait Implementations§
Source§impl Default for OverlayPassSlot
impl Default for OverlayPassSlot
Source§fn default() -> OverlayPassSlot
fn default() -> OverlayPassSlot
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OverlayPassSlot
impl RefUnwindSafe for OverlayPassSlot
impl Send for OverlayPassSlot
impl Sync for OverlayPassSlot
impl Unpin for OverlayPassSlot
impl UnsafeUnpin for OverlayPassSlot
impl UnwindSafe for OverlayPassSlot
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