Struct flipperzero_sys::GpioPinRecord
source · #[repr(C)]pub struct GpioPinRecord {
pub pin: *const GpioPin,
pub name: *const c_char,
pub debug: bool,
}Expand description
Re-export bindings
Fields§
§pin: *const GpioPin§name: *const c_char§debug: boolTrait Implementations§
source§impl Clone for GpioPinRecord
impl Clone for GpioPinRecord
source§fn clone(&self) -> GpioPinRecord
fn clone(&self) -> GpioPinRecord
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more