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