#[repr(C, packed(1))]pub struct create_conn_cp {
pub bdaddr: bdaddr_t,
pub pkt_type_: u16,
pub pscan_rep_mode: u8,
pub pscan_mode: u8,
pub clock_offset: u16,
pub role_switch: u8,
}
Fields§
§bdaddr: bdaddr_t
§pkt_type_: u16
§pscan_rep_mode: u8
§pscan_mode: u8
§clock_offset: u16
§role_switch: u8
Trait Implementations§
Source§impl Clone for create_conn_cp
impl Clone for create_conn_cp
Source§fn clone(&self) -> create_conn_cp
fn clone(&self) -> 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 moreimpl Copy for create_conn_cp
Auto Trait Implementations§
impl Freeze for create_conn_cp
impl RefUnwindSafe for create_conn_cp
impl Send for create_conn_cp
impl Sync for create_conn_cp
impl Unpin for create_conn_cp
impl UnwindSafe for 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