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