#[repr(u8)]pub enum Pupdsel {
PULL_DOWN = 0,
PULL_UP = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Pupdsel
impl Ord for Pupdsel
Source§impl PartialOrd for Pupdsel
impl PartialOrd for Pupdsel
impl Copy for Pupdsel
impl Eq for Pupdsel
impl StructuralPartialEq for Pupdsel
Auto Trait Implementations§
impl Freeze for Pupdsel
impl RefUnwindSafe for Pupdsel
impl Send for Pupdsel
impl Sync for Pupdsel
impl Unpin for Pupdsel
impl UnwindSafe for Pupdsel
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