pub struct BGame {
pub q: VecDeque<BFrame>,
}Expand description
BGame
Fields§
§q: VecDeque<BFrame>que VecDeque BFrame
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BGame
impl RefUnwindSafe for BGame
impl Send for BGame
impl Sync for BGame
impl Unpin for BGame
impl UnwindSafe for BGame
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