Struct windows_sys::Devices::Bluetooth::GenericAttributeProfile::GattServiceProviderAdvertisementStatus
[−]#[repr(transparent)]pub struct GattServiceProviderAdvertisementStatus(pub i32);
Expand description
Required features: ‘Devices_Bluetooth_GenericAttributeProfile’
Tuple Fields
0: i32
Implementations
impl GattServiceProviderAdvertisementStatus
impl GattServiceProviderAdvertisementStatus
pub const Created: Self
pub const Stopped: Self
pub const Started: Self
pub const Aborted: Self
pub const StartedWithoutAllAdvertisementData: Self
Trait Implementations
impl Copy for GattServiceProviderAdvertisementStatus
Auto Trait Implementations
impl RefUnwindSafe for GattServiceProviderAdvertisementStatus
impl Send for GattServiceProviderAdvertisementStatus
impl Sync for GattServiceProviderAdvertisementStatus
impl Unpin for GattServiceProviderAdvertisementStatus
impl UnwindSafe for GattServiceProviderAdvertisementStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more