Struct flipperzero_sys::GapConfig
source · #[repr(C)]pub struct GapConfig {
pub adv_service_uuid: u16,
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_uuid: u16§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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)