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