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