pub struct BmsTable {
pub header: BmsTableHeader,
pub data: BmsTableData,
}Expand description
BMS难度表数据,看这一个就够了
Fields§
§header: BmsTableHeader表头信息与额外字段
data: BmsTableData表数据,包含谱面列表
Trait Implementations§
impl StructuralPartialEq for BmsTable
Auto Trait Implementations§
impl Freeze for BmsTable
impl RefUnwindSafe for BmsTable
impl Send for BmsTable
impl Sync for BmsTable
impl Unpin for BmsTable
impl UnwindSafe for BmsTable
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