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