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