Struct flipperzero_sys::SubGhzProtocol
source · #[repr(C)]pub struct SubGhzProtocol {
pub name: *const c_char,
pub type_: SubGhzProtocolType,
pub flag: SubGhzProtocolFlag,
pub encoder: *const SubGhzProtocolEncoder,
pub decoder: *const SubGhzProtocolDecoder,
}Expand description
Re-export bindings
Fields§
§name: *const c_char§type_: SubGhzProtocolType§flag: SubGhzProtocolFlag§encoder: *const SubGhzProtocolEncoder§decoder: *const SubGhzProtocolDecoderTrait Implementations§
source§impl Clone for SubGhzProtocol
impl Clone for SubGhzProtocol
source§fn clone(&self) -> SubGhzProtocol
fn clone(&self) -> SubGhzProtocol
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