Struct flipperzero_sys::SubGhzBlockGeneric
source · #[repr(C)]pub struct SubGhzBlockGeneric {
pub protocol_name: *const c_char,
pub data: u64,
pub serial: u32,
pub data_count_bit: u16,
pub btn: u8,
pub cnt: u32,
}Expand description
Re-export bindings
Fields§
§protocol_name: *const c_char§data: u64§serial: u32§data_count_bit: u16§btn: u8§cnt: u32Trait Implementations§
source§impl Clone for SubGhzBlockGeneric
impl Clone for SubGhzBlockGeneric
source§fn clone(&self) -> SubGhzBlockGeneric
fn clone(&self) -> SubGhzBlockGeneric
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