Enum rp_sys::rp_apin_t [] [src]

#[repr(u32)]
pub enum rp_apin_t { RP_AOUT0, RP_AOUT1, RP_AOUT2, RP_AOUT3, RP_AIN0, RP_AIN1, RP_AIN2, RP_AIN3, }

Variants

Trait Implementations

impl Debug for rp_apin_t
[src]

Formats the value using the given formatter.

impl Copy for rp_apin_t
[src]

impl Clone for rp_apin_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for rp_apin_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_apin_t
[src]

impl Hash for rp_apin_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_apin_t
[src]

Performs the conversion.

impl Into<String> for rp_apin_t
[src]

Performs the conversion.