Struct xswag_base::code::ColIdx [] [src]

pub struct ColIdx(pub SrcOffset);

Represents a column index.

Trait Implementations

impl Add for ColIdx

type Output = ColIdx

fn add(self, rhs: ColIdx) -> ColIdx

impl Sub for ColIdx

type Output = ColIdx

fn sub(self, rhs: ColIdx) -> ColIdx

Derived Implementations

impl Default for ColIdx

fn default() -> ColIdx

impl Debug for ColIdx

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Ord for ColIdx

fn cmp(&self, __arg_0: &ColIdx) -> Ordering

impl PartialOrd for ColIdx

fn partial_cmp(&self, __arg_0: &ColIdx) -> Option<Ordering>

fn lt(&self, __arg_0: &ColIdx) -> bool

fn le(&self, __arg_0: &ColIdx) -> bool

fn gt(&self, __arg_0: &ColIdx) -> bool

fn ge(&self, __arg_0: &ColIdx) -> bool

impl Eq for ColIdx

impl PartialEq for ColIdx

fn eq(&self, __arg_0: &ColIdx) -> bool

fn ne(&self, __arg_0: &ColIdx) -> bool

impl Copy for ColIdx

impl Clone for ColIdx

fn clone(&self) -> ColIdx

fn clone_from(&mut self, source: &Self)