pub struct BCCR { /* private fields */ }
Expand description
Background Color Configuration Register
Implementations§
Auto Trait Implementations§
impl !Freeze for BCCR
impl !RefUnwindSafe for BCCR
impl Send for BCCR
impl !Sync for BCCR
impl Unpin for BCCR
impl UnwindSafe for BCCR
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