#[repr(u8)]pub enum Pus {
PUS_0_100K_OHM_PULL_DOWN = 0,
PUS_1_47K_OHM_PULL_UP = 1,
PUS_2_100K_OHM_PULL_UP = 2,
PUS_3_22K_OHM_PULL_UP = 3,
}Variants§
PUS_0_100K_OHM_PULL_DOWN = 0
100K Ohm Pull Down.
PUS_1_47K_OHM_PULL_UP = 1
47K Ohm Pull Up.
PUS_2_100K_OHM_PULL_UP = 2
100K Ohm Pull Up.
PUS_3_22K_OHM_PULL_UP = 3
22K Ohm Pull Up.
Implementations§
Trait Implementations§
Source§impl Ord for Pus
impl Ord for Pus
Source§impl PartialOrd for Pus
impl PartialOrd for Pus
impl Copy for Pus
impl Eq for Pus
impl StructuralPartialEq for Pus
Auto Trait Implementations§
impl Freeze for Pus
impl RefUnwindSafe for Pus
impl Send for Pus
impl Sync for Pus
impl Unpin for Pus
impl UnwindSafe for Pus
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