Struct windows::Win32::System::RemoteDesktop::IWTSProtocolListener_Vtbl
#[repr(C)]pub struct IWTSProtocolListener_Vtbl {
pub base__: IUnknown_Vtbl,
pub StartListen: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub StopListen: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§StartListen: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§StopListen: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IWTSProtocolListener_Vtbl
impl IWTSProtocolListener_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWTSProtocolListener_Vtblwhere
Identity: IWTSProtocolListener_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWTSProtocolListener_Vtbl
impl RefUnwindSafe for IWTSProtocolListener_Vtbl
impl Send for IWTSProtocolListener_Vtbl
impl Sync for IWTSProtocolListener_Vtbl
impl Unpin for IWTSProtocolListener_Vtbl
impl UnwindSafe for IWTSProtocolListener_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