Struct windows_sys::Win32::Graphics::Dxgi::DXGI_SWAP_CHAIN_DESC
[−]#[repr(C)]pub struct DXGI_SWAP_CHAIN_DESC {
pub BufferDesc: DXGI_MODE_DESC,
pub SampleDesc: DXGI_SAMPLE_DESC,
pub BufferUsage: u32,
pub BufferCount: u32,
pub OutputWindow: HWND,
pub Windowed: BOOL,
pub SwapEffect: DXGI_SWAP_EFFECT,
pub Flags: u32,
}
Expand description
Required features: "Win32_Graphics_Dxgi"
, "Win32_Foundation"
, "Win32_Graphics_Dxgi_Common"
Fields
BufferDesc: DXGI_MODE_DESC
SampleDesc: DXGI_SAMPLE_DESC
BufferUsage: u32
BufferCount: u32
OutputWindow: HWND
Windowed: BOOL
SwapEffect: DXGI_SWAP_EFFECT
Flags: u32
Trait Implementations
impl Clone for DXGI_SWAP_CHAIN_DESC
impl Clone for DXGI_SWAP_CHAIN_DESC
impl Copy for DXGI_SWAP_CHAIN_DESC
Auto Trait Implementations
impl RefUnwindSafe for DXGI_SWAP_CHAIN_DESC
impl Send for DXGI_SWAP_CHAIN_DESC
impl Sync for DXGI_SWAP_CHAIN_DESC
impl Unpin for DXGI_SWAP_CHAIN_DESC
impl UnwindSafe for DXGI_SWAP_CHAIN_DESC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more