#[repr(C)]pub struct SubGhzProtocolDecoderBase {
pub protocol: *const SubGhzProtocol,
pub callback: SubGhzProtocolDecoderBaseRxCallback,
pub context: *mut c_void,
}Fields
protocol: *const SubGhzProtocolcallback: SubGhzProtocolDecoderBaseRxCallbackcontext: *mut c_voidTrait Implementations
sourceimpl Clone for SubGhzProtocolDecoderBase
impl Clone for SubGhzProtocolDecoderBase
sourcefn clone(&self) -> SubGhzProtocolDecoderBase
fn clone(&self) -> SubGhzProtocolDecoderBase
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SubGhzProtocolDecoderBase
impl Debug for SubGhzProtocolDecoderBase
impl Copy for SubGhzProtocolDecoderBase
Auto Trait Implementations
impl RefUnwindSafe for SubGhzProtocolDecoderBase
impl !Send for SubGhzProtocolDecoderBase
impl !Sync for SubGhzProtocolDecoderBase
impl Unpin for SubGhzProtocolDecoderBase
impl UnwindSafe for SubGhzProtocolDecoderBase
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more