Enum rp_sys::rp_acq_trig_src_t [] [src]

#[repr(u32)]
pub enum rp_acq_trig_src_t { RP_TRIG_SRC_DISABLED, RP_TRIG_SRC_NOW, RP_TRIG_SRC_CHA_PE, RP_TRIG_SRC_CHA_NE, RP_TRIG_SRC_CHB_PE, RP_TRIG_SRC_CHB_NE, RP_TRIG_SRC_EXT_PE, RP_TRIG_SRC_EXT_NE, RP_TRIG_SRC_AWG_PE, RP_TRIG_SRC_AWG_NE, }

Variants

Trait Implementations

impl Debug for rp_acq_trig_src_t
[src]

Formats the value using the given formatter.

impl Copy for rp_acq_trig_src_t
[src]

impl Clone for rp_acq_trig_src_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for rp_acq_trig_src_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_acq_trig_src_t
[src]

impl Hash for rp_acq_trig_src_t
[src]

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

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