pub struct PinInfo {
pub function: PinFunction,
pub level: bool,
pub event: bool,
pub detect_rise: bool,
pub detect_fall: bool,
pub detect_high: bool,
pub detect_low: bool,
pub detect_async_rise: bool,
pub detect_async_fall: bool,
}
Fields§
§function: PinFunction
§level: bool
§event: bool
§detect_rise: bool
§detect_fall: bool
§detect_high: bool
§detect_low: bool
§detect_async_rise: bool
§detect_async_fall: bool
Trait Implementations§
impl Eq for PinInfo
impl StructuralPartialEq for PinInfo
Auto Trait Implementations§
impl Freeze for PinInfo
impl RefUnwindSafe for PinInfo
impl Send for PinInfo
impl Sync for PinInfo
impl Unpin for PinInfo
impl UnwindSafe for PinInfo
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