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: usizeAuto 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