Struct linux_info::network::modem_manager::SignalUmts
source · [−]Fields
rssi: f64The UMTS RSSI (Received Signal Strength Indication), in dBm
rscp: f64The UMTS RSCP (Received Signal Code Power), in dBm
ecio: f64The UMTS Ec/Io, in dB
Trait Implementations
sourceimpl Clone for SignalUmts
impl Clone for SignalUmts
sourcefn clone(&self) -> SignalUmts
fn clone(&self) -> SignalUmts
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 SignalUmts
impl Debug for SignalUmts
sourceimpl<'de> Deserialize<'de> for SignalUmts
impl<'de> Deserialize<'de> for SignalUmts
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<SignalUmts> for SignalUmts
impl PartialEq<SignalUmts> for SignalUmts
sourcefn eq(&self, other: &SignalUmts) -> bool
fn eq(&self, other: &SignalUmts) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SignalUmts) -> bool
fn ne(&self, other: &SignalUmts) -> bool
This method tests for !=.
sourceimpl Serialize for SignalUmts
impl Serialize for SignalUmts
impl Copy for SignalUmts
impl StructuralPartialEq for SignalUmts
Auto Trait Implementations
impl RefUnwindSafe for SignalUmts
impl Send for SignalUmts
impl Sync for SignalUmts
impl Unpin for SignalUmts
impl UnwindSafe for SignalUmts
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