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