Skip to main content

ble_hci_le_cs_test_cp

Struct ble_hci_le_cs_test_cp 

Source
#[repr(C, packed(1))]
pub struct ble_hci_le_cs_test_cp {
Show 22 fields pub main_mode_type: u8, pub sub_mode_type: u8, pub main_mode_repetition: u8, pub mode_0_steps: u8, pub role: u8, pub rtt_type: u8, pub cs_sync_phy: u8, pub cs_sync_antenna_selection: u8, pub subevent_len: [u8; 3], pub subevent_interval: u16, pub transmit_power_level: u8, pub t_ip1_time: u8, pub t_ip2_time: u8, pub t_fcs_time: u8, pub t_pm_time: u8, pub t_sw_time: u8, pub tone_antenna_config_selection: u8, pub companion_signal_enable: u8, pub drbg_nonce: u16, pub override_config: u16, pub override_parameters_length: u8, pub override_parameters_data: __IncompleteArrayField<u8>,
}

Fields§

§main_mode_type: u8§sub_mode_type: u8§main_mode_repetition: u8§mode_0_steps: u8§role: u8§rtt_type: u8§cs_sync_phy: u8§cs_sync_antenna_selection: u8§subevent_len: [u8; 3]§subevent_interval: u16§transmit_power_level: u8§t_ip1_time: u8§t_ip2_time: u8§t_fcs_time: u8§t_pm_time: u8§t_sw_time: u8§tone_antenna_config_selection: u8§companion_signal_enable: u8§drbg_nonce: u16§override_config: u16§override_parameters_length: u8§override_parameters_data: __IncompleteArrayField<u8>

Trait Implementations§

Source§

impl Default for ble_hci_le_cs_test_cp

Source§

fn default() -> ble_hci_le_cs_test_cp

Returns the “default value” for a type. Read more

Auto Trait Implementations§

§

impl Freeze for ble_hci_le_cs_test_cp

§

impl RefUnwindSafe for ble_hci_le_cs_test_cp

§

impl Send for ble_hci_le_cs_test_cp

§

impl Sync for ble_hci_le_cs_test_cp

§

impl Unpin for ble_hci_le_cs_test_cp

§

impl UnsafeUnpin for ble_hci_le_cs_test_cp

§

impl UnwindSafe for ble_hci_le_cs_test_cp

Blanket Implementations§

§

impl<T> Any for T
where T: 'static + ?Sized,

§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
§

impl<T> Borrow<T> for T
where T: ?Sized,

§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
§

impl<T> BorrowMut<T> for T
where T: ?Sized,

§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
§

impl<T> From<T> for T

§

fn from(t: T) -> T

Returns the argument unchanged.

§

impl<T, U> Into<U> for T
where U: From<T>,

§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = !

The type returned in the event of a conversion error.
§

fn try_from(value: U) -> Result<T, !>

Performs the conversion.
§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.