Struct linux_info::network::modem_manager::SignalEvdo
source · pub struct SignalEvdo {
pub rssi: f64,
pub ecio: f64,
pub sinr: f64,
pub io: f64,
}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 ==.source§impl Serialize for SignalEvdo
impl Serialize for SignalEvdo
impl Copy for SignalEvdo
impl StructuralPartialEq for SignalEvdo
Auto Trait Implementations§
impl RefUnwindSafe for SignalEvdo
impl Send for SignalEvdo
impl Sync for SignalEvdo
impl Unpin for SignalEvdo
impl UnwindSafe for SignalEvdo
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