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