pub struct Ctr(pub u32);Expand description
CTR (Cache Type Register)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Ctr
impl SysRegRead for Ctr
impl Copy for Ctr
Auto Trait Implementations§
impl Freeze for Ctr
impl RefUnwindSafe for Ctr
impl Send for Ctr
impl Sync for Ctr
impl Unpin for Ctr
impl UnwindSafe for Ctr
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