Struct windows_sys::Win32::Graphics::Dxgi::DXGI_DECODE_SWAP_CHAIN_DESC
[−]#[repr(C)]pub struct DXGI_DECODE_SWAP_CHAIN_DESC {
pub Flags: u32,
}
Expand description
Required features: ‘Win32_Graphics_Dxgi’
Fields
Flags: u32
Trait Implementations
impl Clone for DXGI_DECODE_SWAP_CHAIN_DESC
impl Clone for DXGI_DECODE_SWAP_CHAIN_DESC
impl Copy for DXGI_DECODE_SWAP_CHAIN_DESC
Auto Trait Implementations
impl RefUnwindSafe for DXGI_DECODE_SWAP_CHAIN_DESC
impl Send for DXGI_DECODE_SWAP_CHAIN_DESC
impl Sync for DXGI_DECODE_SWAP_CHAIN_DESC
impl Unpin for DXGI_DECODE_SWAP_CHAIN_DESC
impl UnwindSafe for DXGI_DECODE_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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more