Struct pathfinder::HashLink[][src]

pub struct HashLink {
    pub from_hash: u64,
    pub to_hash: u64,
    pub from: Option<Coordinate>,
    pub to: Option<Coordinate>,
}

Fields

Methods

impl HashLink
[src]

Trait Implementations

impl Copy for HashLink
[src]

impl Clone for HashLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HashLink
[src]

Formats the value using the given formatter. Read more

impl Default for HashLink
[src]

Returns the "default value" for a type. Read more

impl Location for HashLink
[src]

Auto Trait Implementations

impl Send for HashLink

impl Sync for HashLink