pub struct MUX_SEG_R(/* private fields */);Expand description
Field MUX_SEG reader - Mux segment enable
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MUX_SEG_R
impl RefUnwindSafe for MUX_SEG_R
impl Send for MUX_SEG_R
impl Sync for MUX_SEG_R
impl Unpin for MUX_SEG_R
impl UnwindSafe for MUX_SEG_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