Trait rosu_pp::Mods[][src]

pub trait Mods: Copy {
    const NF: u32;
    const EZ: u32;
    const TD: u32;
    const HD: u32;
    const HR: u32;
    const DT: u32;
    const HT: u32;
    const FL: u32;
    const SO: u32;

    fn change_speed(self) -> bool;
fn change_map(self) -> bool;
fn speed(self) -> f32;
fn od_ar_hp_multiplier(self) -> f32;
fn nf(self) -> bool;
fn ez(self) -> bool;
fn td(self) -> bool;
fn hd(self) -> bool;
fn hr(self) -> bool;
fn dt(self) -> bool;
fn ht(self) -> bool;
fn fl(self) -> bool;
fn so(self) -> bool; }

Associated Constants

const NF: u32[src]

const EZ: u32[src]

const TD: u32[src]

const HD: u32[src]

const HR: u32[src]

const DT: u32[src]

const HT: u32[src]

const FL: u32[src]

const SO: u32[src]

Loading content...

Required methods

fn change_speed(self) -> bool[src]

fn change_map(self) -> bool[src]

fn speed(self) -> f32[src]

fn od_ar_hp_multiplier(self) -> f32[src]

fn nf(self) -> bool[src]

fn ez(self) -> bool[src]

fn td(self) -> bool[src]

fn hd(self) -> bool[src]

fn hr(self) -> bool[src]

fn dt(self) -> bool[src]

fn ht(self) -> bool[src]

fn fl(self) -> bool[src]

fn so(self) -> bool[src]

Loading content...

Implementations on Foreign Types

impl Mods for u32[src]

Loading content...

Implementors

Loading content...