pub struct CFBLNR { /* private fields */ }
Expand description
Layerx ColorFrame Buffer Line Number Register
Implementations§
Auto Trait Implementations§
impl !Freeze for CFBLNR
impl !RefUnwindSafe for CFBLNR
impl Send for CFBLNR
impl !Sync for CFBLNR
impl Unpin for CFBLNR
impl UnwindSafe for CFBLNR
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