pub struct Bms {
pub header: Header,
pub notes: Notes,
}
Expand description
A score data of BMS format.
Fields§
§header: Header
The header data in the score.
notes: Notes
The objects in the score.
Implementations§
source§impl Bms
impl Bms
sourcepub fn from_token_stream(
token_stream: &TokenStream<'_>,
rng: impl Rng
) -> Result<Self>
pub fn from_token_stream( token_stream: &TokenStream<'_>, rng: impl Rng ) -> Result<Self>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Bms
impl Send for Bms
impl Sync for Bms
impl Unpin for Bms
impl UnwindSafe for Bms
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