#[repr(C)]pub struct D3D11_FEATURE_DATA_FORMAT_SUPPORT2 {
pub InFormat: DXGI_FORMAT,
pub OutFormatSupport2: u32,
}
Expand description
Required features: "Win32_Graphics_Direct3D11"
, "Win32_Graphics_Dxgi_Common"
Fields
InFormat: DXGI_FORMAT
OutFormatSupport2: u32
Trait Implementations
impl Clone for D3D11_FEATURE_DATA_FORMAT_SUPPORT2
impl Clone for D3D11_FEATURE_DATA_FORMAT_SUPPORT2
impl Copy for D3D11_FEATURE_DATA_FORMAT_SUPPORT2
Auto Trait Implementations
impl RefUnwindSafe for D3D11_FEATURE_DATA_FORMAT_SUPPORT2
impl Send for D3D11_FEATURE_DATA_FORMAT_SUPPORT2
impl Sync for D3D11_FEATURE_DATA_FORMAT_SUPPORT2
impl Unpin for D3D11_FEATURE_DATA_FORMAT_SUPPORT2
impl UnwindSafe for D3D11_FEATURE_DATA_FORMAT_SUPPORT2
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