#[repr(C)]pub struct SubGhzBlockConst {
pub te_long: u16,
pub te_short: u16,
pub te_delta: u16,
pub min_count_bit_for_found: u8,
}Fields§
§te_long: u16§te_short: u16§te_delta: u16§min_count_bit_for_found: u8Trait Implementations§
Source§impl Clone for SubGhzBlockConst
impl Clone for SubGhzBlockConst
Source§fn clone(&self) -> SubGhzBlockConst
fn clone(&self) -> SubGhzBlockConst
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 SubGhzBlockConst
impl Debug for SubGhzBlockConst
impl Copy for SubGhzBlockConst
Auto Trait Implementations§
impl Freeze for SubGhzBlockConst
impl RefUnwindSafe for SubGhzBlockConst
impl Send for SubGhzBlockConst
impl Sync for SubGhzBlockConst
impl Unpin for SubGhzBlockConst
impl UnwindSafe for SubGhzBlockConst
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