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