pub struct Pmxevtyper(pub u32);Expand description
PMXEVTYPER (Performance Monitors Selected Event Type Register)
Tuple Fields§
§0: u32Implementations§
Source§impl Pmxevtyper
impl Pmxevtyper
Sourcepub fn read() -> Pmxevtyper
pub fn read() -> Pmxevtyper
Reads PMXEVTYPER (Performance Monitors Selected Event Type Register)
Trait Implementations§
Source§impl Clone for Pmxevtyper
impl Clone for Pmxevtyper
Source§fn clone(&self) -> Pmxevtyper
fn clone(&self) -> Pmxevtyper
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Pmxevtyper
Source§impl Debug for Pmxevtyper
impl Debug for Pmxevtyper
Source§impl SysReg for Pmxevtyper
impl SysReg for Pmxevtyper
Source§impl SysRegRead for Pmxevtyper
impl SysRegRead for Pmxevtyper
Source§impl SysRegWrite for Pmxevtyper
impl SysRegWrite for Pmxevtyper
Auto Trait Implementations§
impl Freeze for Pmxevtyper
impl RefUnwindSafe for Pmxevtyper
impl Send for Pmxevtyper
impl Sync for Pmxevtyper
impl Unpin for Pmxevtyper
impl UnsafeUnpin for Pmxevtyper
impl UnwindSafe for Pmxevtyper
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)