Struct osuparse::Slider

source ·
pub struct Slider {
Show 13 fields pub x: i32, pub y: i32, pub new_combo: bool, pub color_skip: i32, pub time: i32, pub slider_type: SliderType, pub curve_points: Vec<(i32, i32)>, pub repeat: i32, pub pixel_length: f32, pub edge_hitsounds: Vec<i32>, pub edge_additions: Vec<(i32, i32)>, pub hitsound: i32, pub extras: HitObjectExtras,
}

Fields

x: i32y: i32new_combo: boolcolor_skip: i32time: i32slider_type: SliderTypecurve_points: Vec<(i32, i32)>repeat: i32pixel_length: f32edge_hitsounds: Vec<i32>edge_additions: Vec<(i32, i32)>hitsound: i32extras: HitObjectExtras

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.