Struct esp_idf_sys::ble_hs_adv_field
source · #[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