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