pub enum InterruptPolarity {
ActiveLow,
ActiveHigh,
}
Variants§
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