Enum Pupdr
#[repr(u8)]pub enum Pupdr {
FLOATING = 0,
PULLUP = 1,
PULLDOWN = 2,
_RESERVED_3 = 3,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Pupdr
impl Ord for Pupdr
§impl PartialOrd for Pupdr
impl PartialOrd for Pupdr
impl Copy for Pupdr
impl Eq for Pupdr
impl StructuralPartialEq for Pupdr
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