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