Struct esp_idf_sys::ble_hci_iso
source · #[repr(C)]pub struct ble_hci_iso {
pub handle: u16,
pub length: u16,
pub data: __IncompleteArrayField<u8>,
}
Fields§
§handle: u16
§length: u16
§data: __IncompleteArrayField<u8>
Trait Implementations§
source§impl Debug for ble_hci_iso
impl Debug for ble_hci_iso
source§impl Default for ble_hci_iso
impl Default for ble_hci_iso
source§fn default() -> ble_hci_iso
fn default() -> ble_hci_iso
Returns the “default value” for a type. Read more