Struct rosu_map::section::hit_objects::HitObjectSpinner
source · pub struct HitObjectSpinner {
pub pos: Pos,
pub duration: f64,
pub new_combo: bool,
}Expand description
A spinner HitObject.
Fields§
§pos: Pos§duration: f64§new_combo: boolTrait Implementations§
source§impl Clone for HitObjectSpinner
impl Clone for HitObjectSpinner
source§fn clone(&self) -> HitObjectSpinner
fn clone(&self) -> HitObjectSpinner
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for HitObjectSpinner
impl Debug for HitObjectSpinner
source§impl PartialEq for HitObjectSpinner
impl PartialEq for HitObjectSpinner
source§fn eq(&self, other: &HitObjectSpinner) -> bool
fn eq(&self, other: &HitObjectSpinner) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for HitObjectSpinner
impl StructuralPartialEq for HitObjectSpinner
Auto Trait Implementations§
impl RefUnwindSafe for HitObjectSpinner
impl Send for HitObjectSpinner
impl Sync for HitObjectSpinner
impl Unpin for HitObjectSpinner
impl UnwindSafe for HitObjectSpinner
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more