Struct osu_file_parser::osu_file::editor::BeatDivisor
source · [−]pub struct BeatDivisor(_);
Trait Implementations
sourceimpl Clone for BeatDivisor
impl Clone for BeatDivisor
sourcefn clone(&self) -> BeatDivisor
fn clone(&self) -> BeatDivisor
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 BeatDivisor
impl Debug for BeatDivisor
sourceimpl From<BeatDivisor> for Decimal
impl From<BeatDivisor> for Decimal
sourcefn from(t: BeatDivisor) -> Self
fn from(t: BeatDivisor) -> Self
Converts to this type from the input type.
sourceimpl From<Decimal> for BeatDivisor
impl From<Decimal> for BeatDivisor
sourceimpl Hash for BeatDivisor
impl Hash for BeatDivisor
sourceimpl PartialEq<BeatDivisor> for BeatDivisor
impl PartialEq<BeatDivisor> for BeatDivisor
sourcefn eq(&self, other: &BeatDivisor) -> bool
fn eq(&self, other: &BeatDivisor) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl VersionedFromStr for BeatDivisor
impl VersionedFromStr for BeatDivisor
sourceimpl VersionedToString for BeatDivisor
impl VersionedToString for BeatDivisor
impl Eq for BeatDivisor
impl StructuralEq for BeatDivisor
impl StructuralPartialEq for BeatDivisor
Auto Trait Implementations
impl RefUnwindSafe for BeatDivisor
impl Send for BeatDivisor
impl Sync for BeatDivisor
impl Unpin for BeatDivisor
impl UnwindSafe for BeatDivisor
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