#[repr(u8)]pub enum LoRaHeaderMode {
Explicit = 0,
Implicit = 1,
}Expand description
LoRa header mode (PROTOCOL.md §10.1).
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LoRaHeaderMode
impl Clone for LoRaHeaderMode
Source§fn clone(&self) -> LoRaHeaderMode
fn clone(&self) -> LoRaHeaderMode
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 LoRaHeaderMode
impl Debug for LoRaHeaderMode
Source§impl Format for LoRaHeaderMode
impl Format for LoRaHeaderMode
Source§impl PartialEq for LoRaHeaderMode
impl PartialEq for LoRaHeaderMode
impl Copy for LoRaHeaderMode
impl Eq for LoRaHeaderMode
impl StructuralPartialEq for LoRaHeaderMode
Auto Trait Implementations§
impl Freeze for LoRaHeaderMode
impl RefUnwindSafe for LoRaHeaderMode
impl Send for LoRaHeaderMode
impl Sync for LoRaHeaderMode
impl Unpin for LoRaHeaderMode
impl UnsafeUnpin for LoRaHeaderMode
impl UnwindSafe for LoRaHeaderMode
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