Struct flipperzero_sys::GapExtraBeaconConfig
source · #[repr(C)]pub struct GapExtraBeaconConfig {
pub min_adv_interval_ms: u16,
pub max_adv_interval_ms: u16,
pub adv_channel_map: GapAdvChannelMap,
pub adv_power_level: GapAdvPowerLevelInd,
pub address_type: GapAddressType,
pub address: [u8; 6],
}Fields§
§min_adv_interval_ms: u16§max_adv_interval_ms: u16§adv_channel_map: GapAdvChannelMap§adv_power_level: GapAdvPowerLevelInd§address_type: GapAddressType§address: [u8; 6]Trait Implementations§
source§impl Clone for GapExtraBeaconConfig
impl Clone for GapExtraBeaconConfig
source§fn clone(&self) -> GapExtraBeaconConfig
fn clone(&self) -> GapExtraBeaconConfig
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 moresource§impl Debug for GapExtraBeaconConfig
impl Debug for GapExtraBeaconConfig
impl Copy for GapExtraBeaconConfig
Auto Trait Implementations§
impl Freeze for GapExtraBeaconConfig
impl RefUnwindSafe for GapExtraBeaconConfig
impl Send for GapExtraBeaconConfig
impl Sync for GapExtraBeaconConfig
impl Unpin for GapExtraBeaconConfig
impl UnwindSafe for GapExtraBeaconConfig
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)