pub enum NbsFormat {
NoteBlockStudio,
OpenNoteBlockStudio(i8),
}
Variants§
Implementations§
Trait Implementations§
impl Copy for NbsFormat
impl StructuralPartialEq for NbsFormat
Auto Trait Implementations§
impl Freeze for NbsFormat
impl RefUnwindSafe for NbsFormat
impl Send for NbsFormat
impl Sync for NbsFormat
impl Unpin for NbsFormat
impl UnwindSafe for NbsFormat
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