[−][src]Struct pspsdk_sys::sdk::_PspDebugProfilerRegs
Structure to hold the psp profiler register values
Fields
enable: u32systemck: u32cpuck: u32internal: u32memory: u32copz: u32vfpu: u32sleep: u32bus_access: u32uncached_load: u32uncached_store: u32cached_load: u32cached_store: u32i_miss: u32d_miss: u32d_writeback: u32cop0_inst: u32fpu_inst: u32vfpu_inst: u32local_bus: u32Trait Implementations
impl Clone for _PspDebugProfilerRegs[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _PspDebugProfilerRegs[src]
impl Debug for _PspDebugProfilerRegs[src]
Auto Trait Implementations
impl Send for _PspDebugProfilerRegs
impl Sync for _PspDebugProfilerRegs
impl Unpin for _PspDebugProfilerRegs
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,