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