pub struct Cleaned {
pub gone: usize,
pub copied: usize,
}Expand description
What one function came to.
Fields§
§gone: usizeMoves taken out, because the place each wrote held what it was moving already.
copied: usizeLoads out of the frame written as copies instead, because a register held the word.
Trait Implementations§
impl Copy for Cleaned
impl Eq for Cleaned
impl StructuralPartialEq for Cleaned
Auto Trait Implementations§
impl Freeze for Cleaned
impl RefUnwindSafe for Cleaned
impl Send for Cleaned
impl Sync for Cleaned
impl Unpin for Cleaned
impl UnsafeUnpin for Cleaned
impl UnwindSafe for Cleaned
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