Struct rlbot::ffi::GoalInfo[][src]

#[repr(C)]
pub struct GoalInfo { pub TeamNum: c_uchar, pub Location: Vector3, pub Direction: Vector3, }

Fields

Trait Implementations

impl Debug for GoalInfo
[src]

Formats the value using the given formatter. Read more

impl Default for GoalInfo
[src]

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

impl Copy for GoalInfo
[src]

impl Clone for GoalInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for GoalInfo

impl Sync for GoalInfo