Struct IWRdsGraphicsChannelManager_Vtbl
#[repr(C)]pub struct IWRdsGraphicsChannelManager_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreateChannel: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: WRdsGraphicsChannelType, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreateChannel: unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: WRdsGraphicsChannelType, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IWRdsGraphicsChannelManager_Vtbl
impl IWRdsGraphicsChannelManager_Vtbl
pub const fn new<Identity: IWRdsGraphicsChannelManager_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWRdsGraphicsChannelManager_Vtbl
impl RefUnwindSafe for IWRdsGraphicsChannelManager_Vtbl
impl Send for IWRdsGraphicsChannelManager_Vtbl
impl Sync for IWRdsGraphicsChannelManager_Vtbl
impl Unpin for IWRdsGraphicsChannelManager_Vtbl
impl UnwindSafe for IWRdsGraphicsChannelManager_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