Struct windows::Devices::Bluetooth::Background::IBluetoothLEAdvertisementPublisherTriggerDetails_Vtbl
#[repr(C)]pub struct IBluetoothLEAdvertisementPublisherTriggerDetails_Vtbl {
pub base__: IInspectable_Vtbl,
pub Status: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothLEAdvertisementPublisherStatus) -> HRESULT,
pub Error: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothError) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Status: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothLEAdvertisementPublisherStatus) -> HRESULT
§Error: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothError) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBluetoothLEAdvertisementPublisherTriggerDetails_Vtbl
impl RefUnwindSafe for IBluetoothLEAdvertisementPublisherTriggerDetails_Vtbl
impl Send for IBluetoothLEAdvertisementPublisherTriggerDetails_Vtbl
impl Sync for IBluetoothLEAdvertisementPublisherTriggerDetails_Vtbl
impl Unpin for IBluetoothLEAdvertisementPublisherTriggerDetails_Vtbl
impl UnwindSafe for IBluetoothLEAdvertisementPublisherTriggerDetails_Vtbl
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