pub enum Debugger {
Ppu(PpuDebugger),
}
Variants§
Ppu(PpuDebugger)
Trait Implementations§
Source§impl From<PpuDebugger> for Debugger
impl From<PpuDebugger> for Debugger
Source§fn from(debugger: PpuDebugger) -> Self
fn from(debugger: PpuDebugger) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for Debugger
Auto Trait Implementations§
impl Freeze for Debugger
impl !RefUnwindSafe for Debugger
impl Send for Debugger
impl Sync for Debugger
impl Unpin for Debugger
impl !UnwindSafe for Debugger
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