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