Enum mcp23017_rpi_lib::INTPOL
source · [−]pub enum INTPOL {
ActiveHigh,
ActiveLow,
}
Expand description
INT pin start position
Variants
ActiveHigh
int pin starts high. when interrupt happens, pin goes low
ActiveLow
int pin starts low. when interrupt happens, pin goes high
Trait Implementations
impl Copy for INTPOL
Auto Trait Implementations
impl RefUnwindSafe for INTPOL
impl Send for INTPOL
impl Sync for INTPOL
impl Unpin for INTPOL
impl UnwindSafe for INTPOL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more