Union flipperzero_sys::GapEventData
source · #[repr(C)]
pub union GapEventData {
pub pin_code: u32,
pub max_packet_size: u16,
}Expand description
Re-export bindings
Fields§
§pin_code: u32§max_packet_size: u16Trait Implementations§
source§impl Clone for GapEventData
impl Clone for GapEventData
source§fn clone(&self) -> GapEventData
fn clone(&self) -> GapEventData
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