pub struct Processing {
pub is_processing: bool,
pub focus_on: usize,
}
Fields§
§is_processing: bool
§focus_on: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Processing
impl RefUnwindSafe for Processing
impl Send for Processing
impl Sync for Processing
impl Unpin for Processing
impl UnwindSafe for Processing
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