Struct IWRdsGraphicsChannelEvents_Vtbl
#[repr(C)]pub struct IWRdsGraphicsChannelEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnDataReceived: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT,
pub OnClose: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub OnChannelOpened: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: *mut c_void) -> HRESULT,
pub OnDataSent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *const u8, _: u32) -> HRESULT,
pub OnMetricsUpdate: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnDataReceived: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT
§OnClose: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§OnChannelOpened: unsafe extern "system" fn(_: *mut c_void, _: HRESULT, _: *mut c_void) -> HRESULT
§OnDataSent: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL, _: *const u8, _: u32) -> HRESULT
§OnMetricsUpdate: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u64) -> HRESULT
Implementations§
§impl IWRdsGraphicsChannelEvents_Vtbl
impl IWRdsGraphicsChannelEvents_Vtbl
pub const fn new<Identity: IWRdsGraphicsChannelEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWRdsGraphicsChannelEvents_Vtbl
impl RefUnwindSafe for IWRdsGraphicsChannelEvents_Vtbl
impl Send for IWRdsGraphicsChannelEvents_Vtbl
impl Sync for IWRdsGraphicsChannelEvents_Vtbl
impl Unpin for IWRdsGraphicsChannelEvents_Vtbl
impl UnwindSafe for IWRdsGraphicsChannelEvents_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