#[repr(transparent)]pub struct OutputMux(pub u32);Expand description
Selects the source to be connected to PLU Output OUTPUT_n
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for OutputMux
impl Eq for OutputMux
impl StructuralPartialEq for OutputMux
Auto Trait Implementations§
impl Freeze for OutputMux
impl RefUnwindSafe for OutputMux
impl Send for OutputMux
impl Sync for OutputMux
impl Unpin for OutputMux
impl UnwindSafe for OutputMux
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