pub struct SongSteps {
pub steps: [u8; 2048],
}Fields§
§steps: [u8; 2048]Implementations§
Trait Implementations§
impl StructuralPartialEq for SongSteps
Auto Trait Implementations§
impl Freeze for SongSteps
impl RefUnwindSafe for SongSteps
impl Send for SongSteps
impl Sync for SongSteps
impl Unpin for SongSteps
impl UnwindSafe for SongSteps
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