#[repr(C, packed(1))]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§
source§impl Clone for ble_hci_le_create_conn_cp
impl Clone for ble_hci_le_create_conn_cp
source§fn 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 · 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_create_conn_cp
impl Debug for ble_hci_le_create_conn_cp
source§impl Default for ble_hci_le_create_conn_cp
impl Default for ble_hci_le_create_conn_cp
source§fn 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 Freeze for ble_hci_le_create_conn_cp
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 25 bytes