pub struct SongSteps {
pub steps: [u8; 2048],
}
Fields§
§steps: [u8; 2048]
Implementations§
Source§impl SongSteps
impl SongSteps
pub const TRACK_COUNT: usize = 8usize
pub const ROW_COUNT: usize = 256usize
pub fn print_screen(&self, f: &mut Formatter<'_>) -> Result
pub fn last_modified_row(&self) -> usize
pub fn print_screen_from_to( &self, f: &mut Formatter<'_>, start: u8, end: u8, ) -> Result
pub fn print_row(&self, f: &mut Formatter<'_>, row: u8) -> Result
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