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