pub struct SignalNr5g {
pub rsrq: f64,
pub rsrp: f64,
pub snr: f64,
}Available on crate feature
network only.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 duplicate 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 for SignalNr5g
impl PartialEq for SignalNr5g
Source§impl Serialize for SignalNr5g
impl Serialize for SignalNr5g
impl Copy for SignalNr5g
impl StructuralPartialEq for SignalNr5g
Auto Trait Implementations§
impl Freeze for SignalNr5g
impl RefUnwindSafe for SignalNr5g
impl Send for SignalNr5g
impl Sync for SignalNr5g
impl Unpin for SignalNr5g
impl UnwindSafe for SignalNr5g
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