#[repr(C)]pub struct IRemoteDesktopClientActions_Vtbl {
pub base__: IDispatch_Vtbl,
pub SuspendScreenUpdates: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ResumeScreenUpdates: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ExecuteRemoteAction: unsafe extern "system" fn(_: *mut c_void, _: RemoteActionType) -> HRESULT,
pub GetSnapshot: unsafe extern "system" fn(_: *mut c_void, _: SnapshotEncodingType, _: SnapshotFormatType, _: u32, _: u32, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§SuspendScreenUpdates: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ResumeScreenUpdates: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ExecuteRemoteAction: unsafe extern "system" fn(_: *mut c_void, _: RemoteActionType) -> HRESULT
§GetSnapshot: unsafe extern "system" fn(_: *mut c_void, _: SnapshotEncodingType, _: SnapshotFormatType, _: u32, _: u32, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IRemoteDesktopClientActions_Vtbl
impl IRemoteDesktopClientActions_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRemoteDesktopClientActions_Vtblwhere
Identity: IRemoteDesktopClientActions_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRemoteDesktopClientActions_Vtbl
impl RefUnwindSafe for IRemoteDesktopClientActions_Vtbl
impl Send for IRemoteDesktopClientActions_Vtbl
impl Sync for IRemoteDesktopClientActions_Vtbl
impl Unpin for IRemoteDesktopClientActions_Vtbl
impl UnwindSafe for IRemoteDesktopClientActions_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