struct PlacedUnit {
type: UnitType,
position: [usize; 2],
}Fields§
§type: UnitType§position: [usize; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlacedUnit
impl RefUnwindSafe for PlacedUnit
impl Send for PlacedUnit
impl Sync for PlacedUnit
impl Unpin for PlacedUnit
impl UnwindSafe for PlacedUnit
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