pub struct COMP2_CSR { /* private fields */ }
Expand description
Comparator 2 control and status register
Implementations§
Auto Trait Implementations§
impl !Freeze for COMP2_CSR
impl !RefUnwindSafe for COMP2_CSR
impl Send for COMP2_CSR
impl !Sync for COMP2_CSR
impl Unpin for COMP2_CSR
impl UnwindSafe for COMP2_CSR
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