Enum rp_sys::rp_pinState_t [] [src]

#[repr(C)]
pub enum rp_pinState_t { RP_LOW, RP_HIGH, }

Variants

Trait Implementations

impl Debug for rp_pinState_t
[src]

Formats the value using the given formatter.

impl Copy for rp_pinState_t
[src]

impl Clone for rp_pinState_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more