#[repr(C)]pub struct IPhoneLineTransportDevice_Vtbl {
pub base__: IInspectable_Vtbl,
pub DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub Transport: unsafe extern "system" fn(_: *mut c_void, _: *mut PhoneLineTransport) -> HRESULT,
pub RequestAccessAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RegisterApp: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub RegisterAppForUser: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub UnregisterApp: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub UnregisterAppForUser: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub IsRegistered: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub Connect: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub ConnectAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DeviceId: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§Transport: unsafe extern "system" fn(_: *mut c_void, _: *mut PhoneLineTransport) -> HRESULT
§RequestAccessAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RegisterApp: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§RegisterAppForUser: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§UnregisterApp: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§UnregisterAppForUser: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§IsRegistered: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§Connect: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§ConnectAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPhoneLineTransportDevice_Vtbl
impl RefUnwindSafe for IPhoneLineTransportDevice_Vtbl
impl Send for IPhoneLineTransportDevice_Vtbl
impl Sync for IPhoneLineTransportDevice_Vtbl
impl Unpin for IPhoneLineTransportDevice_Vtbl
impl UnwindSafe for IPhoneLineTransportDevice_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