Struct etterna::Skillsets8[][src]

pub struct Skillsets8 {
    pub overall: f32,
    pub stream: f32,
    pub jumpstream: f32,
    pub handstream: f32,
    pub stamina: f32,
    pub jackspeed: f32,
    pub chordjack: f32,
    pub technical: f32,
}

Skillset information, excluding overall

Fields

overall: f32stream: f32jumpstream: f32handstream: f32stamina: f32jackspeed: f32chordjack: f32technical: f32

Implementations

impl Skillsets8[src]

pub fn get(&self, ss: Skillset8) -> f32[src]

pub fn to_skillsets7(&self) -> Skillsets7[src]

pub fn generate<F: FnMut(Skillset8) -> f32>(generator: F) -> Self[src]

Trait Implementations

impl Clone for Skillsets8[src]

impl Debug for Skillsets8[src]

impl Default for Skillsets8[src]

impl From<Skillsets8> for Skillsets7[src]

impl PartialEq<Skillsets8> for Skillsets8[src]

impl StructuralPartialEq for Skillsets8[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.