Enum stm32wlxx_hal::subghz::AddrComp
source · #[repr(u8)]pub enum AddrComp {
Disabled = 0,
Node = 1,
Broadcast = 2,
}
Expand description
Address comparison/filtering for GenericPacketParams
.
Variants§
Disabled = 0
Address comparison/filtering disabled.
Node = 1
Address comparison/filtering on node address.
Broadcast = 2
Address comparison/filtering on node and broadcast addresses.
Trait Implementations§
source§impl PartialEq for AddrComp
impl PartialEq for AddrComp
impl Copy for AddrComp
impl Eq for AddrComp
impl StructuralEq for AddrComp
impl StructuralPartialEq for AddrComp
Auto Trait Implementations§
impl RefUnwindSafe for AddrComp
impl Send for AddrComp
impl Sync for AddrComp
impl Unpin for AddrComp
impl UnwindSafe for AddrComp
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