#[repr(C)]pub struct UnityGraphicsD3D12PhysicalVideoMemoryControlValues {
pub reservation: UINT64,
pub systemMemoryThreshold: UINT64,
pub residencyHysteresisThreshold: UINT64,
pub nonEvictableRelativeThreshold: f32,
}
Fields§
§reservation: UINT64
§systemMemoryThreshold: UINT64
§residencyHysteresisThreshold: UINT64
§nonEvictableRelativeThreshold: f32
Trait Implementations§
source§impl Clone for UnityGraphicsD3D12PhysicalVideoMemoryControlValues
impl Clone for UnityGraphicsD3D12PhysicalVideoMemoryControlValues
source§fn clone(&self) -> UnityGraphicsD3D12PhysicalVideoMemoryControlValues
fn clone(&self) -> UnityGraphicsD3D12PhysicalVideoMemoryControlValues
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 UnityGraphicsD3D12PhysicalVideoMemoryControlValues
impl Default for UnityGraphicsD3D12PhysicalVideoMemoryControlValues
source§fn default() -> UnityGraphicsD3D12PhysicalVideoMemoryControlValues
fn default() -> UnityGraphicsD3D12PhysicalVideoMemoryControlValues
Returns the “default value” for a type. Read more
impl Copy for UnityGraphicsD3D12PhysicalVideoMemoryControlValues
Auto Trait Implementations§
impl Freeze for UnityGraphicsD3D12PhysicalVideoMemoryControlValues
impl RefUnwindSafe for UnityGraphicsD3D12PhysicalVideoMemoryControlValues
impl Send for UnityGraphicsD3D12PhysicalVideoMemoryControlValues
impl Sync for UnityGraphicsD3D12PhysicalVideoMemoryControlValues
impl Unpin for UnityGraphicsD3D12PhysicalVideoMemoryControlValues
impl UnwindSafe for UnityGraphicsD3D12PhysicalVideoMemoryControlValues
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
)