#[repr(u8)]pub enum TriggerPolarity {
Falling = 0,
Rising = 1,
Pulse = 2,
}Variants§
Trait Implementations§
Source§impl Clone for TriggerPolarity
impl Clone for TriggerPolarity
Source§fn clone(&self) -> TriggerPolarity
fn clone(&self) -> TriggerPolarity
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 TriggerPolarity
impl Debug for TriggerPolarity
Source§impl Hash for TriggerPolarity
impl Hash for TriggerPolarity
Source§impl PartialEq for TriggerPolarity
impl PartialEq for TriggerPolarity
impl Copy for TriggerPolarity
impl Eq for TriggerPolarity
impl StructuralPartialEq for TriggerPolarity
Auto Trait Implementations§
impl Freeze for TriggerPolarity
impl RefUnwindSafe for TriggerPolarity
impl Send for TriggerPolarity
impl Sync for TriggerPolarity
impl Unpin for TriggerPolarity
impl UnwindSafe for TriggerPolarity
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