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