#[repr(C)]pub struct nvmlVgpuProcessUtilizationSample_st {
pub vgpuInstance: nvmlVgpuInstance_t,
pub pid: c_uint,
pub processName: [c_char; 64],
pub timeStamp: c_ulonglong,
pub smUtil: c_uint,
pub memUtil: c_uint,
pub encUtil: c_uint,
pub decUtil: c_uint,
}
Fields§
§vgpuInstance: nvmlVgpuInstance_t
§pid: c_uint
§processName: [c_char; 64]
§timeStamp: c_ulonglong
§smUtil: c_uint
§memUtil: c_uint
§encUtil: c_uint
§decUtil: c_uint
Trait Implementations§
source§impl Clone for nvmlVgpuProcessUtilizationSample_st
impl Clone for nvmlVgpuProcessUtilizationSample_st
source§fn clone(&self) -> nvmlVgpuProcessUtilizationSample_st
fn clone(&self) -> nvmlVgpuProcessUtilizationSample_st
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 moreimpl Copy for nvmlVgpuProcessUtilizationSample_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlVgpuProcessUtilizationSample_st
impl Send for nvmlVgpuProcessUtilizationSample_st
impl Sync for nvmlVgpuProcessUtilizationSample_st
impl Unpin for nvmlVgpuProcessUtilizationSample_st
impl UnwindSafe for nvmlVgpuProcessUtilizationSample_st
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