#[repr(C)]pub struct SubGhzBlockDecoder {
pub parser_step: u32,
pub te_last: u32,
pub decode_data: u64,
pub decode_count_bit: u8,
}Fields§
§parser_step: u32§te_last: u32§decode_data: u64§decode_count_bit: u8Trait Implementations§
Source§impl Clone for SubGhzBlockDecoder
impl Clone for SubGhzBlockDecoder
Source§fn clone(&self) -> SubGhzBlockDecoder
fn clone(&self) -> SubGhzBlockDecoder
Returns a duplicate 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 moreSource§impl Debug for SubGhzBlockDecoder
impl Debug for SubGhzBlockDecoder
impl Copy for SubGhzBlockDecoder
Auto Trait Implementations§
impl Freeze for SubGhzBlockDecoder
impl RefUnwindSafe for SubGhzBlockDecoder
impl Send for SubGhzBlockDecoder
impl Sync for SubGhzBlockDecoder
impl Unpin for SubGhzBlockDecoder
impl UnwindSafe for SubGhzBlockDecoder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more