LPCPin

Enum LPCPin 

Source
pub enum LPCPin {
Show 64 variants P0_0 = 0, P0_1 = 1, P0_2 = 2, P0_3 = 3, P0_4 = 4, P0_5 = 5, P0_6 = 6, P0_7 = 7, P0_8 = 8, P0_9 = 9, P0_10 = 10, P0_11 = 11, P0_12 = 12, P0_13 = 13, P0_14 = 14, P0_15 = 15, P0_16 = 16, P0_17 = 17, P0_18 = 18, P0_19 = 19, P0_20 = 20, P0_21 = 21, P0_22 = 22, P0_23 = 23, P0_24 = 24, P0_25 = 25, P0_26 = 26, P0_27 = 27, P0_28 = 28, P0_29 = 29, P0_30 = 30, P0_31 = 31, P1_0 = 32, P1_1 = 33, P1_2 = 34, P1_3 = 35, P1_4 = 36, P1_5 = 37, P1_6 = 38, P1_7 = 39, P1_8 = 40, P1_9 = 41, P1_10 = 42, P1_11 = 43, P1_12 = 44, P1_13 = 45, P1_14 = 46, P1_15 = 47, P1_16 = 48, P1_17 = 49, P1_18 = 50, P1_19 = 51, P1_20 = 52, P1_21 = 53, P1_22 = 54, P1_23 = 55, P1_24 = 56, P1_25 = 57, P1_26 = 58, P1_27 = 59, P1_28 = 60, P1_29 = 61, P1_30 = 62, P1_31 = 63,
}

Variants§

§

P0_0 = 0

§

P0_1 = 1

§

P0_2 = 2

§

P0_3 = 3

§

P0_4 = 4

§

P0_5 = 5

§

P0_6 = 6

§

P0_7 = 7

§

P0_8 = 8

§

P0_9 = 9

§

P0_10 = 10

§

P0_11 = 11

§

P0_12 = 12

§

P0_13 = 13

§

P0_14 = 14

§

P0_15 = 15

§

P0_16 = 16

§

P0_17 = 17

§

P0_18 = 18

§

P0_19 = 19

§

P0_20 = 20

§

P0_21 = 21

§

P0_22 = 22

§

P0_23 = 23

§

P0_24 = 24

§

P0_25 = 25

§

P0_26 = 26

§

P0_27 = 27

§

P0_28 = 28

§

P0_29 = 29

§

P0_30 = 30

§

P0_31 = 31

§

P1_0 = 32

§

P1_1 = 33

§

P1_2 = 34

§

P1_3 = 35

§

P1_4 = 36

§

P1_5 = 37

§

P1_6 = 38

§

P1_7 = 39

§

P1_8 = 40

§

P1_9 = 41

§

P1_10 = 42

§

P1_11 = 43

§

P1_12 = 44

§

P1_13 = 45

§

P1_14 = 46

§

P1_15 = 47

§

P1_16 = 48

§

P1_17 = 49

§

P1_18 = 50

§

P1_19 = 51

§

P1_20 = 52

§

P1_21 = 53

§

P1_22 = 54

§

P1_23 = 55

§

P1_24 = 56

§

P1_25 = 57

§

P1_26 = 58

§

P1_27 = 59

§

P1_28 = 60

§

P1_29 = 61

§

P1_30 = 62

§

P1_31 = 63

Trait Implementations§

Source§

impl Clone for LPCPin

Source§

fn clone(&self) -> LPCPin

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for LPCPin

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for LPCPin

Source§

fn eq(&self, other: &LPCPin) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for LPCPin

Source§

impl StructuralPartialEq for LPCPin

Auto Trait Implementations§

§

impl Freeze for LPCPin

§

impl RefUnwindSafe for LPCPin

§

impl Send for LPCPin

§

impl Sync for LPCPin

§

impl Unpin for LPCPin

§

impl UnwindSafe for LPCPin

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.