Struct windows_sys::Win32::Graphics::Direct3D11::D3DX11_FFT_DESC
[−]#[repr(C)]pub struct D3DX11_FFT_DESC {
pub NumDimensions: u32,
pub ElementLengths: [u32; 32],
pub DimensionMask: u32,
pub Type: D3DX11_FFT_DATA_TYPE,
}
Expand description
Required features: "Win32_Graphics_Direct3D11"
Fields
NumDimensions: u32
ElementLengths: [u32; 32]
DimensionMask: u32
Type: D3DX11_FFT_DATA_TYPE
Trait Implementations
impl Clone for D3DX11_FFT_DESC
impl Clone for D3DX11_FFT_DESC
impl Copy for D3DX11_FFT_DESC
Auto Trait Implementations
impl RefUnwindSafe for D3DX11_FFT_DESC
impl Send for D3DX11_FFT_DESC
impl Sync for D3DX11_FFT_DESC
impl Unpin for D3DX11_FFT_DESC
impl UnwindSafe for D3DX11_FFT_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