Struct riot_sys::ble_hci_le_conn_update_cp
source · #[repr(C, packed)]pub struct ble_hci_le_conn_update_cp {
pub conn_handle: u16,
pub conn_itvl_min: u16,
pub conn_itvl_max: u16,
pub conn_latency: u16,
pub supervision_timeout: u16,
pub min_ce_len: u16,
pub max_ce_len: u16,
}
Fields§
§conn_handle: u16
§conn_itvl_min: u16
§conn_itvl_max: u16
§conn_latency: u16
§supervision_timeout: u16
§min_ce_len: u16
§max_ce_len: u16
Trait Implementations§
source§impl Clone for ble_hci_le_conn_update_cp
impl Clone for ble_hci_le_conn_update_cp
source§fn clone(&self) -> ble_hci_le_conn_update_cp
fn clone(&self) -> ble_hci_le_conn_update_cp
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 moresource§impl Debug for ble_hci_le_conn_update_cp
impl Debug for ble_hci_le_conn_update_cp
source§impl Default for ble_hci_le_conn_update_cp
impl Default for ble_hci_le_conn_update_cp
source§fn default() -> ble_hci_le_conn_update_cp
fn default() -> ble_hci_le_conn_update_cp
Returns the “default value” for a type. Read more