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