Struct windows_sys::Win32::Graphics::Direct3D9on12::D3D9ON12_ARGS
[−]#[repr(C)]pub struct D3D9ON12_ARGS {
pub Enable9On12: BOOL,
pub pD3D12Device: IUnknown,
pub ppD3D12Queues: [IUnknown; 2],
pub NumQueues: u32,
pub NodeMask: u32,
}
Expand description
Required features: "Win32_Graphics_Direct3D9on12"
, "Win32_Foundation"
Fields
Enable9On12: BOOL
pD3D12Device: IUnknown
ppD3D12Queues: [IUnknown; 2]
NumQueues: u32
NodeMask: u32
Trait Implementations
impl Clone for D3D9ON12_ARGS
impl Clone for D3D9ON12_ARGS
impl Copy for D3D9ON12_ARGS
Auto Trait Implementations
impl RefUnwindSafe for D3D9ON12_ARGS
impl !Send for D3D9ON12_ARGS
impl !Sync for D3D9ON12_ARGS
impl Unpin for D3D9ON12_ARGS
impl UnwindSafe for D3D9ON12_ARGS
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