pub struct PacketOptionsSummary {
pub region_code: Option<String>,
pub source_route_len: Option<usize>,
pub trace_route_len: Option<usize>,
pub min_rssi_dbm: Option<i16>,
pub min_snr_db: Option<i8>,
pub route_retry: bool,
pub unknown_critical: bool,
}Fields§
§region_code: Option<String>§source_route_len: Option<usize>§trace_route_len: Option<usize>§min_rssi_dbm: Option<i16>§min_snr_db: Option<i8>§route_retry: bool§unknown_critical: boolTrait Implementations§
Source§impl Clone for PacketOptionsSummary
impl Clone for PacketOptionsSummary
Source§fn clone(&self) -> PacketOptionsSummary
fn clone(&self) -> PacketOptionsSummary
Returns a duplicate 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 PacketOptionsSummary
impl Debug for PacketOptionsSummary
Source§impl PartialEq for PacketOptionsSummary
impl PartialEq for PacketOptionsSummary
Source§impl Serialize for PacketOptionsSummary
impl Serialize for PacketOptionsSummary
impl Eq for PacketOptionsSummary
impl StructuralPartialEq for PacketOptionsSummary
Auto Trait Implementations§
impl Freeze for PacketOptionsSummary
impl RefUnwindSafe for PacketOptionsSummary
impl Send for PacketOptionsSummary
impl Sync for PacketOptionsSummary
impl Unpin for PacketOptionsSummary
impl UnwindSafe for PacketOptionsSummary
Blanket Implementations§
§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, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)