Struct Pucrh
#[repr(transparent)]pub struct Pucrh(pub u32);
Expand description
Power Port H pull-up control register
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for Pucrh
impl Eq for Pucrh
impl StructuralPartialEq for Pucrh
Auto Trait Implementations§
impl Freeze for Pucrh
impl RefUnwindSafe for Pucrh
impl Send for Pucrh
impl Sync for Pucrh
impl Unpin for Pucrh
impl UnwindSafe for Pucrh
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