Enum rp_sys::rp_gen_mode_t [] [src]

#[repr(C)]
pub enum rp_gen_mode_t { RP_GEN_MODE_CONTINUOUS, RP_GEN_MODE_BURST, RP_GEN_MODE_STREAM, }

Variants

Trait Implementations

impl Debug for rp_gen_mode_t
[src]

Formats the value using the given formatter.

impl Copy for rp_gen_mode_t
[src]

impl Clone for rp_gen_mode_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more