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