Enum rp_sys::rp_dpin_t [] [src]

#[repr(u32)]
pub enum rp_dpin_t { RP_LED0, RP_LED1, RP_LED2, RP_LED3, RP_LED4, RP_LED5, RP_LED6, RP_LED7, RP_DIO0_P, RP_DIO1_P, RP_DIO2_P, RP_DIO3_P, RP_DIO4_P, RP_DIO5_P, RP_DIO6_P, RP_DIO7_P, RP_DIO0_N, RP_DIO1_N, RP_DIO2_N, RP_DIO3_N, RP_DIO4_N, RP_DIO5_N, RP_DIO6_N, RP_DIO7_N, }

Variants

Trait Implementations

impl Debug for rp_dpin_t
[src]

Formats the value using the given formatter.

impl Copy for rp_dpin_t
[src]

impl Clone for rp_dpin_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for rp_dpin_t
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for rp_dpin_t
[src]

impl Hash for rp_dpin_t
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl From<String> for rp_dpin_t
[src]

Performs the conversion.