Struct rlbot::ffi::BallInfo[][src]

#[repr(C)]
pub struct BallInfo { pub Physics: Physics, pub LatestTouch: Touch, }

Fields

Trait Implementations

impl Debug for BallInfo
[src]

Formats the value using the given formatter. Read more

impl Default for BallInfo
[src]

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

impl Copy for BallInfo
[src]

impl Clone for BallInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BallInfo

impl Sync for BallInfo