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
sourceimpl Clone for SignalCdma
impl Clone for SignalCdma
sourcefn clone(&self) -> SignalCdma
fn clone(&self) -> SignalCdma
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 SignalCdma
impl Debug for SignalCdma
sourceimpl<'de> Deserialize<'de> for SignalCdma
impl<'de> Deserialize<'de> for SignalCdma
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<SignalCdma> for SignalCdma
impl PartialEq<SignalCdma> for SignalCdma
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &SignalCdma) -> bool
fn ne(&self, other: &SignalCdma) -> bool
This method tests for !=.
sourceimpl 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
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