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