pub enum ActiveLevel {
Low,
High,
}Expand description
Electrical active level for an interrupt output pin.
Variants§
Trait Implementations§
Source§impl Clone for ActiveLevel
impl Clone for ActiveLevel
Source§fn clone(&self) -> ActiveLevel
fn clone(&self) -> ActiveLevel
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 ActiveLevel
impl Debug for ActiveLevel
Source§impl Format for ActiveLevel
impl Format for ActiveLevel
Source§impl PartialEq for ActiveLevel
impl PartialEq for ActiveLevel
impl Copy for ActiveLevel
impl Eq for ActiveLevel
impl StructuralPartialEq for ActiveLevel
Auto Trait Implementations§
impl Freeze for ActiveLevel
impl RefUnwindSafe for ActiveLevel
impl Send for ActiveLevel
impl Sync for ActiveLevel
impl Unpin for ActiveLevel
impl UnsafeUnpin for ActiveLevel
impl UnwindSafe for ActiveLevel
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