pub struct MoveData {
pub dest_index: usize,
pub indecies: Vec<usize>,
}Fields§
§dest_index: usize§indecies: Vec<usize>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MoveData
impl RefUnwindSafe for MoveData
impl Send for MoveData
impl Sync for MoveData
impl Unpin for MoveData
impl UnwindSafe for MoveData
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