#[repr(C)]pub struct IDeviceInformationPairing_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsPaired: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub CanPair: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub PairAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub PairWithProtectionLevelAsync: unsafe extern "system" fn(_: *mut c_void, _: DevicePairingProtectionLevel, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsPaired: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§CanPair: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§PairAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§PairWithProtectionLevelAsync: unsafe extern "system" fn(_: *mut c_void, _: DevicePairingProtectionLevel, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDeviceInformationPairing_Vtbl
impl RefUnwindSafe for IDeviceInformationPairing_Vtbl
impl Send for IDeviceInformationPairing_Vtbl
impl Sync for IDeviceInformationPairing_Vtbl
impl Unpin for IDeviceInformationPairing_Vtbl
impl UnwindSafe for IDeviceInformationPairing_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