pub struct RomCtrlRegisters { /* private fields */ }Auto Trait Implementations§
impl !Freeze for RomCtrlRegisters
impl !RefUnwindSafe for RomCtrlRegisters
impl Send for RomCtrlRegisters
impl !Sync for RomCtrlRegisters
impl Unpin for RomCtrlRegisters
impl UnwindSafe for RomCtrlRegisters
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