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