Struct bms_rs::parse::notes::SectionLenChangeObj
source · pub struct SectionLenChangeObj {
pub track: Track,
pub length: f64,
}
Expand description
An object to change its section length of the score.
Fields§
§track: Track
The target track to change.
length: f64
The length to be.
Trait Implementations§
source§impl Clone for SectionLenChangeObj
impl Clone for SectionLenChangeObj
source§fn clone(&self) -> SectionLenChangeObj
fn clone(&self) -> SectionLenChangeObj
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SectionLenChangeObj
impl Debug for SectionLenChangeObj
source§impl Ord for SectionLenChangeObj
impl Ord for SectionLenChangeObj
source§impl PartialEq for SectionLenChangeObj
impl PartialEq for SectionLenChangeObj
source§impl PartialOrd for SectionLenChangeObj
impl PartialOrd for SectionLenChangeObj
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for SectionLenChangeObj
impl Eq for SectionLenChangeObj
Auto Trait Implementations§
impl RefUnwindSafe for SectionLenChangeObj
impl Send for SectionLenChangeObj
impl Sync for SectionLenChangeObj
impl Unpin for SectionLenChangeObj
impl UnwindSafe for SectionLenChangeObj
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more