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