pub struct CECRST_R(/* private fields */);
Expand description
Field CECRST
reader - HDMI CEC reset
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CECRST_R
impl RefUnwindSafe for CECRST_R
impl Send for CECRST_R
impl Sync for CECRST_R
impl Unpin for CECRST_R
impl UnwindSafe for CECRST_R
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