struct ScanPos {
col: usize,
row: usize,
}Expand description
A row and column position within the key matrix.
Fields§
§col: usizeColumn index within the matrix.
row: usizeRow index within the matrix.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScanPos
impl RefUnwindSafe for ScanPos
impl Send for ScanPos
impl Sync for ScanPos
impl Unpin for ScanPos
impl UnsafeUnpin for ScanPos
impl UnwindSafe for ScanPos
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)