Enum mcp23017_rpi_lib::Compare
source · [−]pub enum Compare {
Default,
Previous,
}
Expand description
Interrupt compare mode
Variants
Default
Previous
Trait Implementations
impl Copy for Compare
Auto Trait Implementations
impl RefUnwindSafe for Compare
impl Send for Compare
impl Sync for Compare
impl Unpin for Compare
impl UnwindSafe for Compare
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