Enum rp_sys::rp_acq_trig_state_t [] [src]

#[repr(C)]
pub enum rp_acq_trig_state_t { RP_TRIG_STATE_TRIGGERED, RP_TRIG_STATE_WAITING, }

Variants

Trait Implementations

impl Debug for rp_acq_trig_state_t
[src]

Formats the value using the given formatter.

impl Copy for rp_acq_trig_state_t
[src]

impl Clone for rp_acq_trig_state_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more