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