#[repr(C, packed(1))]
pub struct ble_hci_le_set_cig_params_test_cp {
pub cig_id: u8,
pub sdu_interval_c_to_p: [u8; 3],
pub sdu_interval_p_to_c: [u8; 3],
pub ft_c_to_p: u8,
pub ft_p_to_c: u8,
pub iso_interval: u16,
pub worst_sca: u8,
pub packing: u8,
pub framing: u8,
pub cis_count: u8,
pub cis: __IncompleteArrayField<ble_hci_le_cis_params_test>,
}
Returns the “default value” for a type.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.