pub struct Ruboy<A, R, V>{ /* private fields */ }Implementations§
source§impl<A: GBAllocator, R: RomReader, V: GBGraphicsDrawer> Ruboy<A, R, V>
impl<A: GBAllocator, R: RomReader, V: GBGraphicsDrawer> Ruboy<A, R, V>
Auto Trait Implementations§
impl<A, R, V> Freeze for Ruboy<A, R, V>where
V: Freeze,
<A as GBAllocator>::Mem<u8, 8192>: Freeze,
<A as GBAllocator>::Mem<u8, 160>: Freeze,
<A as GBAllocator>::Mem<u8, 127>: Freeze,
<A as GBAllocator>::Mem<u8, 32768>: Freeze,
impl<A, R, V> RefUnwindSafe for Ruboy<A, R, V>where
V: RefUnwindSafe,
<A as GBAllocator>::Mem<u8, 8192>: RefUnwindSafe,
<A as GBAllocator>::Mem<u8, 160>: RefUnwindSafe,
<A as GBAllocator>::Mem<u8, 127>: RefUnwindSafe,
<A as GBAllocator>::Mem<u8, 32768>: RefUnwindSafe,
R: RefUnwindSafe,
impl<A, R, V> Send for Ruboy<A, R, V>where
V: Send,
<A as GBAllocator>::Mem<u8, 8192>: Send,
<A as GBAllocator>::Mem<u8, 160>: Send,
<A as GBAllocator>::Mem<u8, 127>: Send,
<A as GBAllocator>::Mem<u8, 32768>: Send,
R: Send,
impl<A, R, V> Sync for Ruboy<A, R, V>where
V: Sync,
<A as GBAllocator>::Mem<u8, 8192>: Sync,
<A as GBAllocator>::Mem<u8, 160>: Sync,
<A as GBAllocator>::Mem<u8, 127>: Sync,
<A as GBAllocator>::Mem<u8, 32768>: Sync,
R: Sync,
impl<A, R, V> Unpin for Ruboy<A, R, V>where
V: Unpin,
<A as GBAllocator>::Mem<u8, 8192>: Unpin,
<A as GBAllocator>::Mem<u8, 160>: Unpin,
<A as GBAllocator>::Mem<u8, 127>: Unpin,
<A as GBAllocator>::Mem<u8, 32768>: Unpin,
R: Unpin,
impl<A, R, V> UnwindSafe for Ruboy<A, R, V>where
V: UnwindSafe,
<A as GBAllocator>::Mem<u8, 8192>: UnwindSafe,
<A as GBAllocator>::Mem<u8, 160>: UnwindSafe,
<A as GBAllocator>::Mem<u8, 127>: UnwindSafe,
<A as GBAllocator>::Mem<u8, 32768>: UnwindSafe,
R: UnwindSafe,
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