Struct backgammon_logic::board::Point[][src]

pub struct Point {
    pub owner: Player,
    pub count: u8,
}

Fields

Methods

impl Point
[src]

Trait Implementations

impl Clone for Point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Point
[src]

Auto Trait Implementations

impl Send for Point

impl Sync for Point