#[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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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