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