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