pub struct Irbar(pub *mut u8);Expand description
IRBAR (Instruction Region Base Address Register)
Tuple Fields§
§0: *mut u8Implementations§
Trait Implementations§
Source§impl SysRegRead for Irbar
impl SysRegRead for Irbar
Source§impl SysRegWrite for Irbar
impl SysRegWrite for Irbar
impl Copy for Irbar
Auto Trait Implementations§
impl Freeze for Irbar
impl RefUnwindSafe for Irbar
impl !Send for Irbar
impl !Sync for Irbar
impl Unpin for Irbar
impl UnwindSafe for Irbar
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