Struct IRemoteTextConnection_Vtbl
#[repr(C)]pub struct IRemoteTextConnection_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub RegisterThread: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub UnregisterThread: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub ReportDataReceived: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsEnabled: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsEnabled: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§RegisterThread: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§UnregisterThread: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§ReportDataReceived: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT
Auto Trait Implementations§
impl Freeze for IRemoteTextConnection_Vtbl
impl RefUnwindSafe for IRemoteTextConnection_Vtbl
impl Send for IRemoteTextConnection_Vtbl
impl Sync for IRemoteTextConnection_Vtbl
impl Unpin for IRemoteTextConnection_Vtbl
impl UnwindSafe for IRemoteTextConnection_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