#[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