Struct linux_info::network::modem_manager::SignalEvdo
source · Fields§
§rssi: f64The CDMA EV-DO RSSI (Received Signal Strength Indication), in dBm
ecio: f64The CDMA EV-DO Ec/Io, in dBm
sinr: f64CDMA EV-DO SINR level, in dB
io: f64The CDMA EV-DO Io, in dBm
Trait Implementations§
source§impl Clone for SignalEvdo
impl Clone for SignalEvdo
source§fn clone(&self) -> SignalEvdo
fn clone(&self) -> SignalEvdo
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 SignalEvdo
impl Debug for SignalEvdo
source§impl<'de> Deserialize<'de> for SignalEvdo
impl<'de> Deserialize<'de> for SignalEvdo
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<SignalEvdo> for SignalEvdo
impl PartialEq<SignalEvdo> for SignalEvdo
source§fn eq(&self, other: &SignalEvdo) -> bool
fn eq(&self, other: &SignalEvdo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.