Struct linux_info::network::modem_manager::SignalNr5g
source · Fields§
§rsrq: f64§rsrp: f64§snr: f64Trait Implementations§
source§impl Clone for SignalNr5g
impl Clone for SignalNr5g
source§fn clone(&self) -> SignalNr5g
fn clone(&self) -> SignalNr5g
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 SignalNr5g
impl Debug for SignalNr5g
source§impl<'de> Deserialize<'de> for SignalNr5g
impl<'de> Deserialize<'de> for SignalNr5g
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<SignalNr5g> for SignalNr5g
impl PartialEq<SignalNr5g> for SignalNr5g
source§fn eq(&self, other: &SignalNr5g) -> bool
fn eq(&self, other: &SignalNr5g) -> bool
This method tests for
self and other values to be equal, and is used
by ==.