Struct bwapi_sys::CoordinateType[][src]

#[repr(C)]
pub struct CoordinateType { pub id: c_int, }

Fields

Trait Implementations

impl Copy for CoordinateType
[src]

impl Clone for CoordinateType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations