pub enum PDD16W {
_0,
_1,
}Expand description
Values that can be written to the field PDD16
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 PDD16W
impl RefUnwindSafe for PDD16W
impl Send for PDD16W
impl Sync for PDD16W
impl Unpin for PDD16W
impl UnwindSafe for PDD16W
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