pub struct Pmintenset(pub u32);Expand description
PMINTENSET (Performance Monitors Interrupt Enable Set Register)
Tuple Fields§
§0: u32Implementations§
Source§impl Pmintenset
impl Pmintenset
Sourcepub fn read() -> Pmintenset
pub fn read() -> Pmintenset
Reads PMINTENSET (Performance Monitors Interrupt Enable Set Register)
Trait Implementations§
Source§impl Clone for Pmintenset
impl Clone for Pmintenset
Source§fn clone(&self) -> Pmintenset
fn clone(&self) -> Pmintenset
Returns a duplicate 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 Debug for Pmintenset
impl Debug for Pmintenset
Source§impl SysReg for Pmintenset
impl SysReg for Pmintenset
Source§impl SysRegRead for Pmintenset
impl SysRegRead for Pmintenset
Source§impl SysRegWrite for Pmintenset
impl SysRegWrite for Pmintenset
impl Copy for Pmintenset
Auto Trait Implementations§
impl Freeze for Pmintenset
impl RefUnwindSafe for Pmintenset
impl Send for Pmintenset
impl Sync for Pmintenset
impl Unpin for Pmintenset
impl UnwindSafe for Pmintenset
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