Struct linux_info::network::modem_manager::SignalCdma
source · 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 copy 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<SignalCdma> for SignalCdma
impl PartialEq<SignalCdma> for SignalCdma
source§fn eq(&self, other: &SignalCdma) -> bool
fn eq(&self, other: &SignalCdma) -> bool
This method tests for
self and other values to be equal, and is used
by ==.