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