Struct riot_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
Auto Trait Implementations§
impl RefUnwindSafe for ble_hs_adv_field
impl Send for ble_hs_adv_field
impl Sync for ble_hs_adv_field
impl Unpin for ble_hs_adv_field
impl UnwindSafe for ble_hs_adv_field
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more