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