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