Struct ICompositionGraphicsDevice_Vtbl
#[repr(C)]pub struct ICompositionGraphicsDevice_Vtbl {
pub base__: IInspectable_Vtbl,
pub CreateDrawingSurface: unsafe extern "system" fn(_: *mut c_void, _: Size, _: DirectXPixelFormat, _: DirectXAlphaMode, _: *mut *mut c_void) -> HRESULT,
pub RenderingDeviceReplaced: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveRenderingDeviceReplaced: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CreateDrawingSurface: unsafe extern "system" fn(_: *mut c_void, _: Size, _: DirectXPixelFormat, _: DirectXAlphaMode, _: *mut *mut c_void) -> HRESULT
§RenderingDeviceReplaced: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveRenderingDeviceReplaced: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICompositionGraphicsDevice_Vtbl
impl RefUnwindSafe for ICompositionGraphicsDevice_Vtbl
impl Send for ICompositionGraphicsDevice_Vtbl
impl Sync for ICompositionGraphicsDevice_Vtbl
impl Unpin for ICompositionGraphicsDevice_Vtbl
impl UnwindSafe for ICompositionGraphicsDevice_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