pub struct MUX_SEG_W<'a> { /* private fields */ }Expand description
Field MUX_SEG writer - Mux segment enable
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MUX_SEG_W<'a>
impl<'a> RefUnwindSafe for MUX_SEG_W<'a>
impl<'a> Send for MUX_SEG_W<'a>
impl<'a> Sync for MUX_SEG_W<'a>
impl<'a> Unpin for MUX_SEG_W<'a>
impl<'a> !UnwindSafe for MUX_SEG_W<'a>
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