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