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