[][src]Struct rlbot::flat::LoadoutPaintArgs

pub struct LoadoutPaintArgs {
    pub carPaintId: i32,
    pub decalPaintId: i32,
    pub wheelsPaintId: i32,
    pub boostPaintId: i32,
    pub antennaPaintId: i32,
    pub hatPaintId: i32,
    pub trailsPaintId: i32,
    pub goalExplosionPaintId: i32,
}

Fields

carPaintId: i32decalPaintId: i32wheelsPaintId: i32boostPaintId: i32antennaPaintId: i32hatPaintId: i32trailsPaintId: i32goalExplosionPaintId: i32

Trait Implementations

impl<'a> Default for LoadoutPaintArgs[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>,