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