Enum Pupdr
#[repr(u8)]pub enum Pupdr {
Floating = 0,
PullUp = 1,
PullDown = 2,
_RESERVED_3 = 3,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Pupdr
impl Eq for Pupdr
§impl Ord for Pupdr
impl Ord for Pupdr
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Pupdr
impl PartialOrd 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 UnsafeUnpin 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