#[repr(C)]pub struct IGattDeviceServiceStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub FromIdAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT,
pub GetDeviceSelectorFromUuid: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub GetDeviceSelectorFromShortId: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub ConvertShortIdToUuid: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut GUID) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§FromIdAsync: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut *mut c_void) -> HRESULT
§GetDeviceSelectorFromUuid: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§GetDeviceSelectorFromShortId: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§ConvertShortIdToUuid: unsafe extern "system" fn(_: *mut c_void, _: u16, _: *mut GUID) -> HRESULT
Auto Trait Implementations§
impl Freeze for IGattDeviceServiceStatics_Vtbl
impl RefUnwindSafe for IGattDeviceServiceStatics_Vtbl
impl Send for IGattDeviceServiceStatics_Vtbl
impl Sync for IGattDeviceServiceStatics_Vtbl
impl Unpin for IGattDeviceServiceStatics_Vtbl
impl UnwindSafe for IGattDeviceServiceStatics_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