Struct DXGI_SWAP_CHAIN_DESC
#[repr(C)]pub struct DXGI_SWAP_CHAIN_DESC {
pub BufferDesc: DXGI_MODE_DESC,
pub SampleDesc: DXGI_SAMPLE_DESC,
pub BufferUsage: DXGI_USAGE,
pub BufferCount: u32,
pub OutputWindow: HWND,
pub Windowed: BOOL,
pub SwapEffect: DXGI_SWAP_EFFECT,
pub Flags: u32,
}Fields§
§BufferDesc: DXGI_MODE_DESC§SampleDesc: DXGI_SAMPLE_DESC§BufferUsage: DXGI_USAGE§BufferCount: u32§OutputWindow: HWND§Windowed: BOOL§SwapEffect: DXGI_SWAP_EFFECT§Flags: u32Trait Implementations§
§impl Clone for DXGI_SWAP_CHAIN_DESC
impl Clone for DXGI_SWAP_CHAIN_DESC
§fn clone(&self) -> DXGI_SWAP_CHAIN_DESC
fn clone(&self) -> DXGI_SWAP_CHAIN_DESC
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for DXGI_SWAP_CHAIN_DESC
impl Debug for DXGI_SWAP_CHAIN_DESC
§impl Default for DXGI_SWAP_CHAIN_DESC
impl Default for DXGI_SWAP_CHAIN_DESC
§impl PartialEq for DXGI_SWAP_CHAIN_DESC
impl PartialEq for DXGI_SWAP_CHAIN_DESC
impl Copy for DXGI_SWAP_CHAIN_DESC
impl StructuralPartialEq for DXGI_SWAP_CHAIN_DESC
Auto Trait Implementations§
impl Freeze for DXGI_SWAP_CHAIN_DESC
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§
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