#[repr(C)]pub struct NV_DISPLAY_DRIVER_MEMORY_INFO_V3 {
pub v2: NV_DISPLAY_DRIVER_MEMORY_INFO_V2,
pub dedicatedVideoMemoryEvictionsSize: u32,
pub dedicatedVideoMemoryEvictionCount: u32,
}Expand description
Used in NvAPI_GPU_GetMemoryInfo().
Fields§
§v2: NV_DISPLAY_DRIVER_MEMORY_INFO_V2§dedicatedVideoMemoryEvictionsSize: u32Size(in kb) of the total size of memory released as a result of the evictions.
dedicatedVideoMemoryEvictionCount: u32Indicates the number of eviction events that caused an allocation to be removed from dedicated video memory to free GPU video memory to make room for other allocations.
Implementations§
Trait Implementations§
Source§impl Clone for NV_DISPLAY_DRIVER_MEMORY_INFO_V3
impl Clone for NV_DISPLAY_DRIVER_MEMORY_INFO_V3
Source§fn clone(&self) -> NV_DISPLAY_DRIVER_MEMORY_INFO_V3
fn clone(&self) -> NV_DISPLAY_DRIVER_MEMORY_INFO_V3
Returns a duplicate 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 moreimpl Copy for NV_DISPLAY_DRIVER_MEMORY_INFO_V3
Auto Trait Implementations§
impl Freeze for NV_DISPLAY_DRIVER_MEMORY_INFO_V3
impl RefUnwindSafe for NV_DISPLAY_DRIVER_MEMORY_INFO_V3
impl Send for NV_DISPLAY_DRIVER_MEMORY_INFO_V3
impl Sync for NV_DISPLAY_DRIVER_MEMORY_INFO_V3
impl Unpin for NV_DISPLAY_DRIVER_MEMORY_INFO_V3
impl UnwindSafe for NV_DISPLAY_DRIVER_MEMORY_INFO_V3
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