Struct svgbob::Loc [] [src]

pub struct Loc {
    pub x: i32,
    pub y: i32,
}

Fields

Methods

impl Loc
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

make a lower and upper bound loc with ry units top + ry units bottom rx units left + rx units right

Trait Implementations

impl Debug for Loc
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Loc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Loc
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Loc

impl Sync for Loc