pub struct AWCR { /* private fields */ }
Expand description
Active Width Configuration Register
Implementations§
Auto Trait Implementations§
impl !Freeze for AWCR
impl !RefUnwindSafe for AWCR
impl Send for AWCR
impl !Sync for AWCR
impl Unpin for AWCR
impl UnwindSafe for AWCR
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