Struct swc_common::source_map::LineCol
source · [−]Expand description
Used to create a .map
file.
Fields
line: u32
Index of line, starting from 0.
col: u32
UTF-16 column in line, starting from 0.
Trait Implementations
impl Copy for LineCol
impl Eq for LineCol
impl StructuralEq for LineCol
impl StructuralPartialEq for LineCol
Auto Trait Implementations
impl RefUnwindSafe for LineCol
impl Send for LineCol
impl Sync for LineCol
impl Unpin for LineCol
impl UnwindSafe for LineCol
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more