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