Struct skimmer::marker::Marker [] [src]

pub struct Marker {
    pub pos1: (usize, usize),
    pub pos2: (usize, usize),
}

Fields

Methods

impl Marker
[src]

Trait Implementations

impl Clone for Marker
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Marker
[src]

Formats the value using the given formatter.