Trait crabgrab::platform::windows::WindowsCaptureConfigExt
source · pub trait WindowsCaptureConfigExt {
// Required methods
fn with_dxgi_adapter(self, dxgi_adapter: IDXGIAdapter) -> Self;
fn with_d3d11_device(self, d3d11_device: ID3D11Device) -> Self;
fn with_borderless(self, borderless: bool) -> Self;
}
Required Methods§
fn with_dxgi_adapter(self, dxgi_adapter: IDXGIAdapter) -> Self
fn with_d3d11_device(self, d3d11_device: ID3D11Device) -> Self
fn with_borderless(self, borderless: bool) -> Self
Object Safety§
This trait is not object safe.