pub struct Scan {
width: usize,
top: usize,
bottom: usize,
kind: Vec<Kind>,
moving: usize,
stopped: usize,
}
Fields§
§width: usize
§top: usize
§bottom: usize
§kind: Vec<Kind>
§moving: usize
§stopped: usize
Auto Trait Implementations§
impl Freeze for Scan
impl RefUnwindSafe for Scan
impl Send for Scan
impl Sync for Scan
impl Unpin for Scan
impl UnwindSafe for Scan
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