Struct flipperzero_sys::ProtocolDecoder
source · #[repr(C)]pub struct ProtocolDecoder {
pub start: ProtocolDecoderStart,
pub feed: ProtocolDecoderFeed,
}Expand description
Re-export bindings
Fields§
§start: ProtocolDecoderStart§feed: ProtocolDecoderFeedTrait Implementations§
source§impl Clone for ProtocolDecoder
impl Clone for ProtocolDecoder
source§fn clone(&self) -> ProtocolDecoder
fn clone(&self) -> ProtocolDecoder
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