#[repr(transparent)]pub struct ChMux(pub u32);Expand description
Channel Multiplexor Configuration
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for ChMux
impl Eq for ChMux
impl StructuralPartialEq for ChMux
Auto Trait Implementations§
impl Freeze for ChMux
impl RefUnwindSafe for ChMux
impl Send for ChMux
impl Sync for ChMux
impl Unpin for ChMux
impl UnwindSafe for ChMux
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