pub struct DxgiRenderEvent {
pub layer: Option<PaintLayer>,
pub surface: LPVOID,
}
Expand description
Events for rendering UI to a DXGI surface.
Since 4.4.3.27.
Fields§
§layer: Option<PaintLayer>
Which layer to render (or the whole document if None
).
surface: LPVOID
IDXGISurface
pointer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DxgiRenderEvent
impl RefUnwindSafe for DxgiRenderEvent
impl !Send for DxgiRenderEvent
impl !Sync for DxgiRenderEvent
impl Unpin for DxgiRenderEvent
impl UnwindSafe for DxgiRenderEvent
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