pub struct MetaExtra {
pub won: Option<WinState>,
pub stale: bool,
}Expand description
Extra meta flags (W/X/Z).
Fields§
§won: Option<WinState>§stale: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for MetaExtra
impl RefUnwindSafe for MetaExtra
impl Send for MetaExtra
impl Sync for MetaExtra
impl Unpin for MetaExtra
impl UnwindSafe for MetaExtra
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