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
sourceimpl Clone for SignalEvdo
impl Clone for SignalEvdo
sourcefn clone(&self) -> SignalEvdo
fn clone(&self) -> SignalEvdo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for SignalEvdo
impl Debug for SignalEvdo
sourceimpl<'de> Deserialize<'de> for SignalEvdo
impl<'de> Deserialize<'de> for SignalEvdo
sourcefn 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
sourceimpl PartialEq<SignalEvdo> for SignalEvdo
impl PartialEq<SignalEvdo> for SignalEvdo
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &SignalEvdo) -> bool
fn ne(&self, other: &SignalEvdo) -> bool
This method tests for !=.
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more