#[repr(C)]pub struct IBluetoothLEAdvertisementReceivedEventArgs2_Vtbl {
pub base__: IInspectable_Vtbl,
pub BluetoothAddressType: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothAddressType) -> HRESULT,
pub TransmitPowerLevelInDBm: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsAnonymous: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsConnectable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsScannable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsDirected: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub IsScanResponse: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§BluetoothAddressType: unsafe extern "system" fn(_: *mut c_void, _: *mut BluetoothAddressType) -> HRESULT
§TransmitPowerLevelInDBm: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsAnonymous: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsConnectable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsScannable: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsDirected: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§IsScanResponse: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBluetoothLEAdvertisementReceivedEventArgs2_Vtbl
impl RefUnwindSafe for IBluetoothLEAdvertisementReceivedEventArgs2_Vtbl
impl Send for IBluetoothLEAdvertisementReceivedEventArgs2_Vtbl
impl Sync for IBluetoothLEAdvertisementReceivedEventArgs2_Vtbl
impl Unpin for IBluetoothLEAdvertisementReceivedEventArgs2_Vtbl
impl UnwindSafe for IBluetoothLEAdvertisementReceivedEventArgs2_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