#[repr(transparent)]pub struct Muxcr(pub u8);Expand description
MUX Control Register
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for Muxcr
impl Eq for Muxcr
impl StructuralPartialEq for Muxcr
Auto Trait Implementations§
impl Freeze for Muxcr
impl RefUnwindSafe for Muxcr
impl Send for Muxcr
impl Sync for Muxcr
impl Unpin for Muxcr
impl UnwindSafe for Muxcr
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