pub struct FGOR { /* private fields */ }
Expand description
foreground offset register
Implementations§
Auto Trait Implementations§
impl !Freeze for FGOR
impl !RefUnwindSafe for FGOR
impl Send for FGOR
impl !Sync for FGOR
impl Unpin for FGOR
impl UnwindSafe for FGOR
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