pub enum Source {
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,
}Expand description
Type representing different trigger sources used at acquiring signal.
Variants§
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
Trait Implementations§
Source§impl Clone for rp_acq_trig_src_t
impl Clone for rp_acq_trig_src_t
Source§fn clone(&self) -> rp_acq_trig_src_t
fn clone(&self) -> rp_acq_trig_src_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for rp_acq_trig_src_t
impl Debug for rp_acq_trig_src_t
Source§impl From<String> for rp_acq_trig_src_t
impl From<String> for rp_acq_trig_src_t
Source§fn from(source: String) -> rp_acq_trig_src_t
fn from(source: String) -> rp_acq_trig_src_t
Converts to this type from the input type.
Source§impl Hash for rp_acq_trig_src_t
impl Hash for rp_acq_trig_src_t
Source§impl Into<String> for rp_acq_trig_src_t
impl Into<String> for rp_acq_trig_src_t
Source§impl PartialEq for rp_acq_trig_src_t
impl PartialEq for rp_acq_trig_src_t
impl Copy for rp_acq_trig_src_t
impl Eq for rp_acq_trig_src_t
impl StructuralPartialEq for rp_acq_trig_src_t
Auto Trait Implementations§
impl Freeze for rp_acq_trig_src_t
impl RefUnwindSafe for rp_acq_trig_src_t
impl Send for rp_acq_trig_src_t
impl Sync for rp_acq_trig_src_t
impl Unpin for rp_acq_trig_src_t
impl UnwindSafe for rp_acq_trig_src_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more