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