pub struct StateBW {
pub active: Vec<bool>,
/* private fields */
}
Expand description
Stores state for a black and white window
Fields§
§active: Vec<bool>
Implementations§
Auto Trait Implementations§
impl Freeze for StateBW
impl RefUnwindSafe for StateBW
impl Send for StateBW
impl Sync for StateBW
impl Unpin for StateBW
impl UnwindSafe for StateBW
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