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