#[repr(C, packed(1))]pub struct le_connection_update_cp {
pub handle: u16,
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§
§handle: u16
§min_interval: u16
§max_interval: u16
§latency: u16
§supervision_timeout: u16
§min_ce_length: u16
§max_ce_length: u16
Trait Implementations§
Source§impl Clone for le_connection_update_cp
impl Clone for le_connection_update_cp
Source§fn clone(&self) -> le_connection_update_cp
fn clone(&self) -> le_connection_update_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 moreimpl Copy for le_connection_update_cp
Auto Trait Implementations§
impl Freeze for le_connection_update_cp
impl RefUnwindSafe for le_connection_update_cp
impl Send for le_connection_update_cp
impl Sync for le_connection_update_cp
impl Unpin for le_connection_update_cp
impl UnwindSafe for le_connection_update_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