pub struct FromMarker { /* private fields */ }Implementations§
Source§impl FromMarker
impl FromMarker
pub fn get_col(&self) -> &usize
pub fn set_col(&mut self, value: usize) -> &mut FromMarker
pub fn get_col_off(&self) -> &usize
pub fn set_col_off(&mut self, value: usize) -> &mut FromMarker
pub fn get_row(&self) -> &usize
pub fn set_row(&mut self, value: usize) -> &mut FromMarker
pub fn get_row_off(&self) -> &usize
pub fn set_row_off(&mut self, value: usize) -> &mut FromMarker
Trait Implementations§
Source§impl Clone for FromMarker
impl Clone for FromMarker
Source§fn clone(&self) -> FromMarker
fn clone(&self) -> FromMarker
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FromMarker
impl Debug for FromMarker
Source§impl Default for FromMarker
impl Default for FromMarker
Source§fn default() -> FromMarker
fn default() -> FromMarker
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FromMarker
impl RefUnwindSafe for FromMarker
impl Send for FromMarker
impl Sync for FromMarker
impl Unpin for FromMarker
impl UnwindSafe for FromMarker
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