pub enum PlaySID {
C64,
PlaySID,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlaySID
impl RefUnwindSafe for PlaySID
impl Send for PlaySID
impl Sync for PlaySID
impl Unpin for PlaySID
impl UnwindSafe for PlaySID
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