Struct chisel_lexers::scanner::CharWithCoords
source · pub struct CharWithCoords {
pub ch: char,
pub coords: Coords,
}Expand description
A char and a [Coord] providing positional information
Fields§
§ch: char§coords: CoordsAuto Trait Implementations§
impl RefUnwindSafe for CharWithCoords
impl Send for CharWithCoords
impl Sync for CharWithCoords
impl Unpin for CharWithCoords
impl UnwindSafe for CharWithCoords
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