pub enum Channel {
RP_T_CH_1,
RP_T_CH_2,
RP_T_CH_EXT,
}Expand description
Type representing Input/Output channels in trigger.
Variants§
Trait Implementations§
Source§impl Clone for rp_channel_trigger_t
impl Clone for rp_channel_trigger_t
Source§fn clone(&self) -> rp_channel_trigger_t
fn clone(&self) -> rp_channel_trigger_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_channel_trigger_t
impl Debug for rp_channel_trigger_t
Source§impl Hash for rp_channel_trigger_t
impl Hash for rp_channel_trigger_t
Source§impl PartialEq for rp_channel_trigger_t
impl PartialEq for rp_channel_trigger_t
impl Copy for rp_channel_trigger_t
impl Eq for rp_channel_trigger_t
impl StructuralPartialEq for rp_channel_trigger_t
Auto Trait Implementations§
impl Freeze for rp_channel_trigger_t
impl RefUnwindSafe for rp_channel_trigger_t
impl Send for rp_channel_trigger_t
impl Sync for rp_channel_trigger_t
impl Unpin for rp_channel_trigger_t
impl UnwindSafe for rp_channel_trigger_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