#[repr(C)]pub struct SubGhzProtocolDecoderBase {
pub protocol: *const SubGhzProtocol,
pub callback: SubGhzProtocolDecoderBaseRxCallback,
pub context: *mut c_void,
}Fields§
§protocol: *const SubGhzProtocol§callback: SubGhzProtocolDecoderBaseRxCallback§context: *mut c_voidTrait Implementations§
source§impl Clone for SubGhzProtocolDecoderBase
impl Clone for SubGhzProtocolDecoderBase
source§fn clone(&self) -> SubGhzProtocolDecoderBase
fn clone(&self) -> SubGhzProtocolDecoderBase
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