#[repr(C)]pub struct DXGI_SWAP_CHAIN_FULLSCREEN_DESC {
pub RefreshRate: DXGI_RATIONAL,
pub ScanlineOrdering: DXGI_MODE_SCANLINE_ORDER,
pub Scaling: DXGI_MODE_SCALING,
pub Windowed: BOOL,
}
Expand description
Required features: ‘Win32_Graphics_Dxgi’, ‘Win32_Foundation’, ‘Win32_Graphics_Dxgi_Common’
Fields
RefreshRate: DXGI_RATIONAL
ScanlineOrdering: DXGI_MODE_SCANLINE_ORDER
Scaling: DXGI_MODE_SCALING
Windowed: BOOL
Trait Implementations
impl Clone for DXGI_SWAP_CHAIN_FULLSCREEN_DESC
impl Clone for DXGI_SWAP_CHAIN_FULLSCREEN_DESC
impl Copy for DXGI_SWAP_CHAIN_FULLSCREEN_DESC
Auto Trait Implementations
impl RefUnwindSafe for DXGI_SWAP_CHAIN_FULLSCREEN_DESC
impl Send for DXGI_SWAP_CHAIN_FULLSCREEN_DESC
impl Sync for DXGI_SWAP_CHAIN_FULLSCREEN_DESC
impl Unpin for DXGI_SWAP_CHAIN_FULLSCREEN_DESC
impl UnwindSafe for DXGI_SWAP_CHAIN_FULLSCREEN_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