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