Struct riot_sys::ble_hci_le_create_conn_cp
source · [−]#[repr(C, packed)]pub struct ble_hci_le_create_conn_cp {
pub scan_itvl: u16,
pub scan_window: u16,
pub filter_policy: u8,
pub peer_addr_type: u8,
pub peer_addr: [u8; 6],
pub own_addr_type: u8,
pub min_conn_itvl: u16,
pub max_conn_itvl: u16,
pub conn_latency: u16,
pub tmo: u16,
pub min_ce: u16,
pub max_ce: u16,
}
Fields
scan_itvl: u16
scan_window: u16
filter_policy: u8
peer_addr_type: u8
peer_addr: [u8; 6]
own_addr_type: u8
min_conn_itvl: u16
max_conn_itvl: u16
conn_latency: u16
tmo: u16
min_ce: u16
max_ce: u16
Trait Implementations
sourceimpl Clone for ble_hci_le_create_conn_cp
impl Clone for ble_hci_le_create_conn_cp
sourcefn clone(&self) -> ble_hci_le_create_conn_cp
fn clone(&self) -> ble_hci_le_create_conn_cp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ble_hci_le_create_conn_cp
impl Debug for ble_hci_le_create_conn_cp
sourceimpl Default for ble_hci_le_create_conn_cp
impl Default for ble_hci_le_create_conn_cp
sourcefn default() -> ble_hci_le_create_conn_cp
fn default() -> ble_hci_le_create_conn_cp
Returns the “default value” for a type. Read more
impl Copy for ble_hci_le_create_conn_cp
Auto Trait Implementations
impl RefUnwindSafe for ble_hci_le_create_conn_cp
impl Send for ble_hci_le_create_conn_cp
impl Sync for ble_hci_le_create_conn_cp
impl Unpin for ble_hci_le_create_conn_cp
impl UnwindSafe for ble_hci_le_create_conn_cp
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more