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<SectionLenChangeObj> for SectionLenChangeObj
impl PartialEq<SectionLenChangeObj> for SectionLenChangeObj
source§impl PartialOrd<SectionLenChangeObj> for SectionLenChangeObj
impl PartialOrd<SectionLenChangeObj> 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 more