pub enum RetroLoadGameResult {
Failure,
Success {
audio: RetroAudioInfo,
video: RetroVideoInfo,
},
}
Variants§
Auto Trait Implementations§
impl Freeze for RetroLoadGameResult
impl RefUnwindSafe for RetroLoadGameResult
impl Send for RetroLoadGameResult
impl Sync for RetroLoadGameResult
impl Unpin for RetroLoadGameResult
impl UnwindSafe for RetroLoadGameResult
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