Struct riot_sys::ble_hci_le_rd_buf_size_v2_rp
source · #[repr(C, packed)]pub struct ble_hci_le_rd_buf_size_v2_rp {
pub data_len: u16,
pub data_packets: u8,
pub iso_data_len: u16,
pub iso_data_packets: u8,
}
Fields§
§data_len: u16
§data_packets: u8
§iso_data_len: u16
§iso_data_packets: u8
Trait Implementations§
source§impl Clone for ble_hci_le_rd_buf_size_v2_rp
impl Clone for ble_hci_le_rd_buf_size_v2_rp
source§fn clone(&self) -> ble_hci_le_rd_buf_size_v2_rp
fn clone(&self) -> ble_hci_le_rd_buf_size_v2_rp
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 ble_hci_le_rd_buf_size_v2_rp
impl Debug for ble_hci_le_rd_buf_size_v2_rp
source§impl Default for ble_hci_le_rd_buf_size_v2_rp
impl Default for ble_hci_le_rd_buf_size_v2_rp
source§fn default() -> ble_hci_le_rd_buf_size_v2_rp
fn default() -> ble_hci_le_rd_buf_size_v2_rp
Returns the “default value” for a type. Read more