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