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