[][src]Trait rosu_pp::HitSound

pub trait HitSound {
    const HITSOUND_WHISTLE: u8;
    const HITSOUND_FINISH: u8;
    const HITSOUND_CLAP: u8;

    fn normal(self) -> bool;
fn whistle(self) -> bool;
fn finish(self) -> bool;
fn clap(self) -> bool; }

Associated Constants

Loading content...

Required methods

fn normal(self) -> bool[src]

fn whistle(self) -> bool[src]

fn finish(self) -> bool[src]

fn clap(self) -> bool[src]

Loading content...

Implementations on Foreign Types

impl HitSound for u8[src]

Loading content...

Implementors

Loading content...