#[repr(C)]pub struct D3D12_SUBOBJECT_TO_EXPORTS_ASSOCIATION {
pub pSubobjectToAssociate: *const D3D12_STATE_SUBOBJECT,
pub NumExports: u32,
pub pExports: *mut PWSTR,
}
Expand description
Required features: "Win32_Graphics_Direct3D12"
Fields
pSubobjectToAssociate: *const D3D12_STATE_SUBOBJECT
NumExports: u32
pExports: *mut PWSTR
Trait Implementations
impl Copy for D3D12_SUBOBJECT_TO_EXPORTS_ASSOCIATION
Auto Trait Implementations
impl RefUnwindSafe for D3D12_SUBOBJECT_TO_EXPORTS_ASSOCIATION
impl !Send for D3D12_SUBOBJECT_TO_EXPORTS_ASSOCIATION
impl !Sync for D3D12_SUBOBJECT_TO_EXPORTS_ASSOCIATION
impl Unpin for D3D12_SUBOBJECT_TO_EXPORTS_ASSOCIATION
impl UnwindSafe for D3D12_SUBOBJECT_TO_EXPORTS_ASSOCIATION
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