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