pub enum PDD20W {
_0,
_1,
}Expand description
Values that can be written to the field PDD20
Variants§
_0
Pin is configured as general-purpose input, for the GPIO function.
_1
Pin is configured as general-purpose output, for the GPIO function.
Auto Trait Implementations§
impl Freeze for PDD20W
impl RefUnwindSafe for PDD20W
impl Send for PDD20W
impl Sync for PDD20W
impl Unpin for PDD20W
impl UnwindSafe for PDD20W
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