Struct libosu::Hitsound[][src]

pub struct Hitsound {
    pub time: TimeLocation,
    pub sample: SampleSet,
    pub additions: Additions,
    pub sample_set: i32,
    pub addition_set: i32,
    pub custom_index: i32,
    pub sample_volume: i32,
    pub filename: String,
}

A hitsound "item" represents a single "hitsound".

Fields

The time at which this hitsound occurs.

The sample (normal/soft/drum) this hitsound uses.

The additions (whistle, finish, clap) attached to this hitsound.

TODO: additional field

TODO: additional field

TODO: additional field

TODO: additional field

TODO: additional field

Trait Implementations

impl Clone for Hitsound
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Hitsound
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Hitsound

impl Sync for Hitsound