pub struct SignalCdma {
pub rssi: f64,
pub ecio: f64,
}Available on crate feature
network only.Fields§
§rssi: f64The CDMA1x RSSI (Received Signal Strength Indication), in dBm
ecio: f64The CDMA1x Ec/Io, in dBm
Trait Implementations§
Source§impl Clone for SignalCdma
impl Clone for SignalCdma
Source§fn clone(&self) -> SignalCdma
fn clone(&self) -> SignalCdma
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 SignalCdma
impl Debug for SignalCdma
Source§impl<'de> Deserialize<'de> for SignalCdma
impl<'de> Deserialize<'de> for SignalCdma
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SignalCdma
impl PartialEq for SignalCdma
Source§impl Serialize for SignalCdma
impl Serialize for SignalCdma
impl Copy for SignalCdma
impl StructuralPartialEq for SignalCdma
Auto Trait Implementations§
impl Freeze for SignalCdma
impl RefUnwindSafe for SignalCdma
impl Send for SignalCdma
impl Sync for SignalCdma
impl Unpin for SignalCdma
impl UnwindSafe for SignalCdma
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