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