pub struct RawBms { /* private fields */ }Expand description
ファイルを解析したままのBMS
ランダム要素を確定していない。
RawBms::make_bmsで疑似乱数生成器を指定してBMSを生成する
Implementations§
Trait Implementations§
impl StructuralPartialEq for RawBms
Auto Trait Implementations§
impl Freeze for RawBms
impl RefUnwindSafe for RawBms
impl Send for RawBms
impl Sync for RawBms
impl Unpin for RawBms
impl UnwindSafe for RawBms
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