#[repr(C)]pub struct nvmlProcessUtilizationInfo_v1_t {
pub timeStamp: c_ulonglong,
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§
§timeStamp: c_ulonglong§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 nvmlProcessUtilizationInfo_v1_t
impl Clone for nvmlProcessUtilizationInfo_v1_t
Source§fn clone(&self) -> nvmlProcessUtilizationInfo_v1_t
fn clone(&self) -> nvmlProcessUtilizationInfo_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 nvmlProcessUtilizationInfo_v1_t
Auto Trait Implementations§
impl Freeze for nvmlProcessUtilizationInfo_v1_t
impl RefUnwindSafe for nvmlProcessUtilizationInfo_v1_t
impl Send for nvmlProcessUtilizationInfo_v1_t
impl Sync for nvmlProcessUtilizationInfo_v1_t
impl Unpin for nvmlProcessUtilizationInfo_v1_t
impl UnwindSafe for nvmlProcessUtilizationInfo_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