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