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