pub struct Regs<const BASE: usize> { /* private fields */ }
Expand description
HDMI-CEC register access.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const BASE: usize> Freeze for Regs<BASE>
impl<const BASE: usize> RefUnwindSafe for Regs<BASE>
impl<const BASE: usize> Send for Regs<BASE>
impl<const BASE: usize> Sync for Regs<BASE>
impl<const BASE: usize> Unpin for Regs<BASE>
impl<const BASE: usize> UnwindSafe for Regs<BASE>
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