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