#[repr(u8)]pub enum PUPD0 {
Floating = 0,
PullUp = 1,
PullDown = 2,
}Expand description
Port x configuration pin %s
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PUPD0
impl Eq for PUPD0
impl IsEnum for PUPD0
impl StructuralPartialEq for PUPD0
Auto Trait Implementations§
impl Freeze for PUPD0
impl RefUnwindSafe for PUPD0
impl Send for PUPD0
impl Sync for PUPD0
impl Unpin for PUPD0
impl UnwindSafe for PUPD0
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