pub enum SetInterruptLineTriggerModeError {
// some variants omitted
}
Trait Implementations§
source§impl Clone for SetInterruptLineTriggerModeError
impl Clone for SetInterruptLineTriggerModeError
source§fn clone(&self) -> SetInterruptLineTriggerModeError
fn clone(&self) -> SetInterruptLineTriggerModeError
Returns a copy 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 PartialEq<SetInterruptLineTriggerModeError> for SetInterruptLineTriggerModeError
impl PartialEq<SetInterruptLineTriggerModeError> for SetInterruptLineTriggerModeError
source§fn eq(&self, other: &SetInterruptLineTriggerModeError) -> bool
fn eq(&self, other: &SetInterruptLineTriggerModeError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.