Struct windows::Win32::System::RemoteDesktop::IWTSBitmapRenderer_Vtbl
#[repr(C)]pub struct IWTSBitmapRenderer_Vtbl {
pub base__: IUnknown_Vtbl,
pub Render: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u32, _: u32, _: i32, _: u32, _: *const u8) -> HRESULT,
pub GetRendererStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut BITMAP_RENDERER_STATISTICS) -> HRESULT,
pub RemoveMapping: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Render: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: u32, _: u32, _: i32, _: u32, _: *const u8) -> HRESULT
§GetRendererStatistics: unsafe extern "system" fn(_: *mut c_void, _: *mut BITMAP_RENDERER_STATISTICS) -> HRESULT
§RemoveMapping: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IWTSBitmapRenderer_Vtbl
impl IWTSBitmapRenderer_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IWTSBitmapRenderer_Vtblwhere
Identity: IWTSBitmapRenderer_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWTSBitmapRenderer_Vtbl
impl RefUnwindSafe for IWTSBitmapRenderer_Vtbl
impl Send for IWTSBitmapRenderer_Vtbl
impl Sync for IWTSBitmapRenderer_Vtbl
impl Unpin for IWTSBitmapRenderer_Vtbl
impl UnwindSafe for IWTSBitmapRenderer_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