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