#[repr(C)]pub struct ble_gap_aux_pointer_t {
pub aux_offset: u16,
pub aux_phy: u8,
}
Expand description
@brief Advertising Auxiliary Pointer.
Fields§
§aux_offset: u16
< Time offset from the beginning of advertising packet to the auxiliary packet in 100 us units.
aux_phy: u8
< Indicates the PHY on which the auxiliary advertising packet is sent. See @ref BLE_GAP_PHYS.
Trait Implementations§
source§impl Clone for ble_gap_aux_pointer_t
impl Clone for ble_gap_aux_pointer_t
source§fn clone(&self) -> ble_gap_aux_pointer_t
fn clone(&self) -> ble_gap_aux_pointer_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more