Struct bwapi_sys::Race[][src]

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

These are value-only structs with no API You should implement API on your own

Fields

Trait Implementations

impl Copy for Race
[src]

impl Clone for Race
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Race

impl Sync for Race