pub enum InterruptPolarity {
ActiveHigh,
ActiveLow,
}
Expand description
§Interrupt Polarity
Variants§
Trait Implementations§
Source§impl Debug for InterruptPolarity
impl Debug for InterruptPolarity
Source§impl PartialEq for InterruptPolarity
impl PartialEq for InterruptPolarity
Source§impl Serialize for InterruptPolarity
impl Serialize for InterruptPolarity
impl Eq for InterruptPolarity
impl StructuralPartialEq for InterruptPolarity
Auto Trait Implementations§
impl Freeze for InterruptPolarity
impl RefUnwindSafe for InterruptPolarity
impl Send for InterruptPolarity
impl Sync for InterruptPolarity
impl Unpin for InterruptPolarity
impl UnwindSafe for InterruptPolarity
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