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