Struct nvml_wrapper_sys::bindings::nvmlProcessDetail_v1_t
source · #[repr(C)]pub struct nvmlProcessDetail_v1_t {
pub pid: c_uint,
pub usedGpuMemory: c_ulonglong,
pub gpuInstanceId: c_uint,
pub computeInstanceId: c_uint,
pub usedGpuCcProtectedMemory: c_ulonglong,
}
Fields§
§pid: c_uint
§usedGpuMemory: c_ulonglong
§gpuInstanceId: c_uint
§computeInstanceId: c_uint
§usedGpuCcProtectedMemory: c_ulonglong
Trait Implementations§
source§impl Clone for nvmlProcessDetail_v1_t
impl Clone for nvmlProcessDetail_v1_t
source§fn clone(&self) -> nvmlProcessDetail_v1_t
fn clone(&self) -> nvmlProcessDetail_v1_t
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 Debug for nvmlProcessDetail_v1_t
impl Debug for nvmlProcessDetail_v1_t
impl Copy for nvmlProcessDetail_v1_t
Auto Trait Implementations§
impl RefUnwindSafe for nvmlProcessDetail_v1_t
impl Send for nvmlProcessDetail_v1_t
impl Sync for nvmlProcessDetail_v1_t
impl Unpin for nvmlProcessDetail_v1_t
impl UnwindSafe for nvmlProcessDetail_v1_t
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