#[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§
Auto Trait Implementations§
impl Freeze for ble_hs_adv_field
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