Enum rp_sys::rp_channel_t [] [src]

pub enum rp_channel_t {
    RP_CH_1,
    RP_CH_2,
}

Variants

RP_CH_1RP_CH_2

Trait Implementations

impl Clone for rp_channel_t
[src]

fn clone(&self) -> rp_channel_t

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for rp_channel_t
[src]

impl Debug for rp_channel_t
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.