#[repr(C, packed(1))]pub struct le_create_connection_cp {
pub interval: u16,
pub window: u16,
pub initiator_filter: u8,
pub peer_bdaddr_type: u8,
pub peer_bdaddr: bdaddr_t,
pub own_bdaddr_type: u8,
pub min_interval: u16,
pub max_interval: u16,
pub latency: u16,
pub supervision_timeout: u16,
pub min_ce_length: u16,
pub max_ce_length: u16,
}Fields§
§interval: u16§window: u16§initiator_filter: u8§peer_bdaddr_type: u8§peer_bdaddr: bdaddr_t§own_bdaddr_type: u8§min_interval: u16§max_interval: u16§latency: u16§supervision_timeout: u16§min_ce_length: u16§max_ce_length: u16Trait Implementations§
Source§impl Clone for le_create_connection_cp
impl Clone for le_create_connection_cp
Source§fn clone(&self) -> le_create_connection_cp
fn clone(&self) -> le_create_connection_cp
Returns a duplicate 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 le_create_connection_cp
impl Debug for le_create_connection_cp
impl Copy for le_create_connection_cp
Auto Trait Implementations§
impl Freeze for le_create_connection_cp
impl RefUnwindSafe for le_create_connection_cp
impl Send for le_create_connection_cp
impl Sync for le_create_connection_cp
impl Unpin for le_create_connection_cp
impl UnwindSafe for le_create_connection_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