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