pub enum PendingMode {
Disable = 0,
Enable = 1,
Enhanced = 2,
Zigbee = 3,
}
Expand description
Frame pending mode
Variants§
Disable = 0
Frame pending bit always set to 1 in the ack to Data Request
Enable = 1
Frame pending bit set to 1 if src address matches, in the ack to Data Request
Enhanced = 2
Frame pending bit set to 1 if src address matches, in all ack frames
Zigbee = 3
Frame pending bit set to 0 only if src address is short address and matches in table, in the ack to Data Request
Trait Implementations§
Source§impl Clone for PendingMode
impl Clone for PendingMode
Source§fn clone(&self) -> PendingMode
fn clone(&self) -> PendingMode
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PendingMode
impl Debug for PendingMode
Source§impl Default for PendingMode
impl Default for PendingMode
Source§fn default() -> PendingMode
fn default() -> PendingMode
Returns the “default value” for a type. Read more
Source§impl PartialEq for PendingMode
impl PartialEq for PendingMode
impl Copy for PendingMode
impl Eq for PendingMode
impl StructuralPartialEq for PendingMode
Auto Trait Implementations§
impl Freeze for PendingMode
impl RefUnwindSafe for PendingMode
impl Send for PendingMode
impl Sync for PendingMode
impl Unpin for PendingMode
impl UnwindSafe for PendingMode
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)