pub struct OutxSel1 { /* private fields */ }Expand description
Array of registers: OUT_SEL_1[%s]
Implementations§
Trait Implementations§
impl Copy for OutxSel1
impl Eq for OutxSel1
impl Send for OutxSel1
impl StructuralPartialEq for OutxSel1
impl Sync for OutxSel1
Auto Trait Implementations§
impl Freeze for OutxSel1
impl RefUnwindSafe for OutxSel1
impl Unpin for OutxSel1
impl UnwindSafe for OutxSel1
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