Enum rp_sys::rp_gen_mode_t [] [src]

#[repr(i32)]
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]

[src]

Formats the value using the given formatter. Read more

impl Copy for rp_gen_mode_t
[src]

impl Clone for rp_gen_mode_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for rp_gen_mode_t
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for rp_gen_mode_t
[src]

impl Hash for rp_gen_mode_t
[src]

[src]

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

1.3.0
[src]

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

impl From<String> for rp_gen_mode_t
[src]

[src]

Performs the conversion.

impl Into<String> for rp_gen_mode_t
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for rp_gen_mode_t

impl Sync for rp_gen_mode_t