#[repr(C, packed(1))]pub struct ble_hci_cb_cfg_data_path_cp {
pub data_path_dir: u8,
pub data_path_id: u8,
pub vs_cfg_len: u8,
pub vs_cfg: __IncompleteArrayField<u8>,
}Fields§
§data_path_dir: u8§data_path_id: u8§vs_cfg_len: u8§vs_cfg: __IncompleteArrayField<u8>Trait Implementations§
Source§impl Default for ble_hci_cb_cfg_data_path_cp
impl Default for ble_hci_cb_cfg_data_path_cp
Source§fn default() -> ble_hci_cb_cfg_data_path_cp
fn default() -> ble_hci_cb_cfg_data_path_cp
Returns the “default value” for a type. Read more