Struct rlbot::ffi::TileInfo[][src]

#[repr(C)]
pub struct TileInfo { pub tileState: c_int, }

Fields

Trait Implementations

impl Debug for TileInfo
[src]

Formats the value using the given formatter. Read more

impl Default for TileInfo
[src]

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

impl Copy for TileInfo
[src]

impl Clone for TileInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TileInfo

impl Sync for TileInfo