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