pub struct Scheduled {
pub runs: usize,
pub moved: usize,
}Expand description
What one function came to.
Fields§
§runs: usizeRuns of instructions a schedule was chosen for.
moved: usizeInstructions that came out somewhere other than where they went in.
Trait Implementations§
impl Copy for Scheduled
impl Eq for Scheduled
impl StructuralPartialEq for Scheduled
Auto Trait Implementations§
impl Freeze for Scheduled
impl RefUnwindSafe for Scheduled
impl Send for Scheduled
impl Sync for Scheduled
impl Unpin for Scheduled
impl UnsafeUnpin for Scheduled
impl UnwindSafe for Scheduled
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