pub struct TimingPointsState { /* private fields */ }Expand description
The parsing state for TimingPoints in DecodeBeatmap.
Trait Implementations§
Source§impl DecodeState for TimingPointsState
impl DecodeState for TimingPointsState
Source§impl From<TimingPointsState> for TimingPoints
impl From<TimingPointsState> for TimingPoints
Source§fn from(state: TimingPointsState) -> Self
fn from(state: TimingPointsState) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TimingPointsState
impl RefUnwindSafe for TimingPointsState
impl Send for TimingPointsState
impl Sync for TimingPointsState
impl Unpin for TimingPointsState
impl UnwindSafe for TimingPointsState
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