Struct flipperzero_sys::SerialServiceEvent
source · #[repr(C)]pub struct SerialServiceEvent {
pub event: SerialServiceEventType,
pub data: SerialServiceData,
}Expand description
Re-export bindings
Fields§
§event: SerialServiceEventType§data: SerialServiceDataTrait Implementations§
source§impl Clone for SerialServiceEvent
impl Clone for SerialServiceEvent
source§fn clone(&self) -> SerialServiceEvent
fn clone(&self) -> SerialServiceEvent
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