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