Struct osu_file_parser::osu_file::hitobjects::SlideParams
source · [−]pub struct SlideParams {
pub curve_type: CurveType,
pub curve_points: Vec<CurvePoint>,
pub slides: Integer,
pub length: Decimal,
pub edge_sounds: Vec<HitSound>,
pub edge_sets: Vec<EdgeSet>,
/* private fields */
}
Fields
curve_type: CurveType
curve_points: Vec<CurvePoint>
slides: Integer
length: Decimal
edge_sounds: Vec<HitSound>
edge_sets: Vec<EdgeSet>
Implementations
Trait Implementations
sourceimpl Clone for SlideParams
impl Clone for SlideParams
sourcefn clone(&self) -> SlideParams
fn clone(&self) -> SlideParams
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SlideParams
impl Debug for SlideParams
sourceimpl Hash for SlideParams
impl Hash for SlideParams
sourceimpl PartialEq<SlideParams> for SlideParams
impl PartialEq<SlideParams> for SlideParams
sourcefn eq(&self, other: &SlideParams) -> bool
fn eq(&self, other: &SlideParams) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for SlideParams
impl StructuralEq for SlideParams
impl StructuralPartialEq for SlideParams
Auto Trait Implementations
impl RefUnwindSafe for SlideParams
impl Send for SlideParams
impl Sync for SlideParams
impl Unpin for SlideParams
impl UnwindSafe for SlideParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more