#[repr(C, packed(1))]pub struct setup_sync_conn_cp {
pub handle: u16,
pub tx_bandwidth: u32,
pub rx_bandwidth: u32,
pub max_latency: u16,
pub voice_setting: u16,
pub retrans_effort: u8,
pub pkt_type: u16,
}Fields§
§handle: u16§tx_bandwidth: u32§rx_bandwidth: u32§max_latency: u16§voice_setting: u16§retrans_effort: u8§pkt_type: u16Trait Implementations§
Source§impl Clone for setup_sync_conn_cp
impl Clone for setup_sync_conn_cp
Source§fn clone(&self) -> setup_sync_conn_cp
fn clone(&self) -> setup_sync_conn_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 setup_sync_conn_cp
impl Debug for setup_sync_conn_cp
impl Copy for setup_sync_conn_cp
Auto Trait Implementations§
impl Freeze for setup_sync_conn_cp
impl RefUnwindSafe for setup_sync_conn_cp
impl Send for setup_sync_conn_cp
impl Sync for setup_sync_conn_cp
impl Unpin for setup_sync_conn_cp
impl UnwindSafe for setup_sync_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