pub struct PDOR { /* private fields */ }Expand description
Port Data Output Register
Implementations§
Auto Trait Implementations§
impl !Freeze for PDOR
impl !RefUnwindSafe for PDOR
impl Send for PDOR
impl !Sync for PDOR
impl Unpin for PDOR
impl UnwindSafe for PDOR
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