Struct backgammon_logic::board::Point [−][src]
Fields
owner: Player
count: u8
Methods
impl Point[src]
impl PointTrait Implementations
impl Clone for Point[src]
impl Clone for Pointfn clone(&self) -> Point[src]
fn clone(&self) -> PointReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for Point[src]
impl Copy for Point