pub struct OsuHitObject {
Show 16 fields pub x: i32, pub y: i32, pub start_time: i32, pub type_: HitObjectType, pub hit_sound: HitSoundType, pub end_time: i32, pub additions: String, pub key1: bool, pub key2: bool, pub key3: bool, pub key4: bool, pub key5: bool, pub key6: bool, pub key7: bool, pub volume: i32, pub key_sound: i32,
}

Fields

x: i32y: i32start_time: i32type_: HitObjectTypehit_sound: HitSoundTypeend_time: i32additions: Stringkey1: boolkey2: boolkey3: boolkey4: boolkey5: boolkey6: boolkey7: boolvolume: i32key_sound: i32

Trait Implementations

Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.