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