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