pub struct FormationIndex(pub usize, pub usize);Tuple Fields§
§0: usize§1: usizeAuto Trait Implementations§
impl Freeze for FormationIndex
impl RefUnwindSafe for FormationIndex
impl Send for FormationIndex
impl Sync for FormationIndex
impl Unpin for FormationIndex
impl UnwindSafe for FormationIndex
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