#[repr(C)]pub struct GapConfig {
pub adv_service: GapConfig__bindgen_ty_1,
pub mfg_data: [u8; 23],
pub mfg_data_len: u8,
pub appearance_char: u16,
pub bonding_mode: bool,
pub pairing_method: GapPairing,
pub mac_address: [u8; 6],
pub adv_name: [c_char; 18],
pub conn_param: GapConnectionParamsRequest,
}Fields§
§adv_service: GapConfig__bindgen_ty_1§mfg_data: [u8; 23]§mfg_data_len: u8§appearance_char: u16§bonding_mode: bool§pairing_method: GapPairing§mac_address: [u8; 6]§adv_name: [c_char; 18]§conn_param: GapConnectionParamsRequestTrait Implementations§
Auto Trait Implementations§
impl Freeze for GapConfig
impl RefUnwindSafe for GapConfig
impl Send for GapConfig
impl Sync for GapConfig
impl Unpin for GapConfig
impl UnwindSafe for GapConfig
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