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