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