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,
}Fields
name: *const c_chartype_: SubGhzProtocolTypeflag: SubGhzProtocolFlagencoder: *const SubGhzProtocolEncoderdecoder: *const SubGhzProtocolDecoderTrait Implementations
sourceimpl Clone for SubGhzProtocol
impl Clone for SubGhzProtocol
sourcefn clone(&self) -> SubGhzProtocol
fn clone(&self) -> SubGhzProtocol
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 SubGhzProtocol
impl Debug for SubGhzProtocol
impl Copy for SubGhzProtocol
Auto Trait Implementations
impl RefUnwindSafe for SubGhzProtocol
impl !Send for SubGhzProtocol
impl !Sync for SubGhzProtocol
impl Unpin for SubGhzProtocol
impl UnwindSafe for SubGhzProtocol
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