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