pub struct RdComm { /* private fields */ }Expand description
Read COMM Register Group
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RdComm
impl RefUnwindSafe for RdComm
impl Send for RdComm
impl Sync for RdComm
impl Unpin for RdComm
impl UnsafeUnpin for RdComm
impl UnwindSafe for RdComm
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