#[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 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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 2 bytes