useatat::atat_derive::AtatResp;#[derive(Clone, Debug, AtatResp)]#[cfg_attr(feature ="defmt",derive(defmt::Format))]pubstructSignalQuality{/// The RSSI of the signal in dBm.
#[at_arg(position = 0)]pubrssi:i32,
/// Channel bit error rate (in percent). Always 99 ('unknown').
#[at_arg(position = 1)]pubber:u8,
}