Struct linux_info::network::modem_manager::SignalCdma
source · pub struct SignalCdma {
pub rssi: f64,
pub ecio: f64,
}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 ==.source§impl Serialize for SignalCdma
impl Serialize for SignalCdma
impl Copy for SignalCdma
impl StructuralPartialEq for SignalCdma
Auto Trait Implementations§
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