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