Struct moa_m68k::state::M68kStatistics
source · pub struct M68kStatistics {
pub cycle_number: usize,
}
Fields§
§cycle_number: usize
Trait Implementations§
source§impl Clone for M68kStatistics
impl Clone for M68kStatistics
source§fn clone(&self) -> M68kStatistics
fn clone(&self) -> M68kStatistics
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for M68kStatistics
impl Default for M68kStatistics
source§fn default() -> M68kStatistics
fn default() -> M68kStatistics
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for M68kStatistics
impl RefUnwindSafe for M68kStatistics
impl Send for M68kStatistics
impl Sync for M68kStatistics
impl Unpin for M68kStatistics
impl UnwindSafe for M68kStatistics
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
source§impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
impl<T, S> IntoAddress<T> for Swhere
T: FromAddress<S>,
source§fn into_address(self) -> T
fn into_address(self) -> T
Translate the given address into an address of type
T