Struct flipperzero_sys::InputPin
source · #[repr(C)]pub struct InputPin {
pub gpio: *const GpioPin,
pub key: InputKey,
pub inverted: bool,
pub name: *const c_char,
}Expand description
Re-export bindings
Fields§
§gpio: *const GpioPin§key: InputKey§inverted: bool§name: *const c_char