pub struct RtcselR { /* private fields */ }
Expand description
Value of the field RTCSEL
Implementations§
Auto Trait Implementations§
impl Freeze for RtcselR
impl RefUnwindSafe for RtcselR
impl Send for RtcselR
impl Sync for RtcselR
impl Unpin for RtcselR
impl UnwindSafe for RtcselR
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