#[repr(C)]pub struct IUnityGraphicsD3D12v3 {
pub GetDevice: Option<unsafe extern "system" fn() -> *mut ID3D12Device>,
pub GetFrameFence: Option<unsafe extern "system" fn() -> *mut ID3D12Fence>,
pub GetNextFrameFenceValue: Option<unsafe extern "system" fn() -> UINT64>,
pub ExecuteCommandList: Option<unsafe extern "system" fn(commandList: *mut ID3D12GraphicsCommandList, stateCount: c_int, states: *mut UnityGraphicsD3D12ResourceState) -> UINT64>,
pub SetPhysicalVideoMemoryControlValues: Option<unsafe extern "system" fn(memInfo: *const UnityGraphicsD3D12PhysicalVideoMemoryControlValues)>,
}
Fields§
§GetDevice: Option<unsafe extern "system" fn() -> *mut ID3D12Device>
§GetFrameFence: Option<unsafe extern "system" fn() -> *mut ID3D12Fence>
§GetNextFrameFenceValue: Option<unsafe extern "system" fn() -> UINT64>
§ExecuteCommandList: Option<unsafe extern "system" fn(commandList: *mut ID3D12GraphicsCommandList, stateCount: c_int, states: *mut UnityGraphicsD3D12ResourceState) -> UINT64>
§SetPhysicalVideoMemoryControlValues: Option<unsafe extern "system" fn(memInfo: *const UnityGraphicsD3D12PhysicalVideoMemoryControlValues)>
Trait Implementations§
source§impl Clone for IUnityGraphicsD3D12v3
impl Clone for IUnityGraphicsD3D12v3
source§fn clone(&self) -> IUnityGraphicsD3D12v3
fn clone(&self) -> IUnityGraphicsD3D12v3
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for IUnityGraphicsD3D12v3
impl Default for IUnityGraphicsD3D12v3
source§fn default() -> IUnityGraphicsD3D12v3
fn default() -> IUnityGraphicsD3D12v3
Returns the “default value” for a type. Read more
impl Copy for IUnityGraphicsD3D12v3
Auto Trait Implementations§
impl Freeze for IUnityGraphicsD3D12v3
impl RefUnwindSafe for IUnityGraphicsD3D12v3
impl Send for IUnityGraphicsD3D12v3
impl Sync for IUnityGraphicsD3D12v3
impl Unpin for IUnityGraphicsD3D12v3
impl UnwindSafe for IUnityGraphicsD3D12v3
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)