Searched refs:rx_bytes (Results 1 – 3 of 3) sorted by relevance
366 pub rx_bytes: ::std::option::Option<i32>, field504 pub fn rx_bytes(&self) -> i32 { in rx_bytes() method505 self.rx_bytes.unwrap_or(0) in rx_bytes()509 self.rx_bytes = ::std::option::Option::None; in clear_rx_bytes()513 self.rx_bytes.is_some() in has_rx_bytes()518 self.rx_bytes = ::std::option::Option::Some(v); in set_rx_bytes()556 |m: &NetsimRadioStats| { &m.rx_bytes }, in generated_message_descriptor_data()557 |m: &mut NetsimRadioStats| { &mut m.rx_bytes }, in generated_message_descriptor_data()601 self.rx_bytes = ::std::option::Option::Some(is.read_int32()?); in merge_from()636 if let Some(v) = self.rx_bytes { in compute_size()[all …]
55 optional int32 rx_bytes = 7; field
130 optional int32 rx_bytes = 1; field