pub struct PUPDR { /* private fields */ }
Expand description
Opaque PUPDR register
Auto Trait Implementations§
impl Freeze for PUPDR
impl RefUnwindSafe for PUPDR
impl Send for PUPDR
impl Sync for PUPDR
impl Unpin for PUPDR
impl UnwindSafe for PUPDR
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