#[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_uintTrait 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 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 nvmlVgpuProcessUtilizationSample_st
Auto Trait Implementations§
impl Freeze for nvmlVgpuProcessUtilizationSample_st
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