#[repr(C)]pub struct nvmlProcessUtilizationSample_st {
pub pid: c_uint,
pub timeStamp: c_ulonglong,
pub smUtil: c_uint,
pub memUtil: c_uint,
pub encUtil: c_uint,
pub decUtil: c_uint,
}Fields
pid: c_uinttimeStamp: c_ulonglongsmUtil: c_uintmemUtil: c_uintencUtil: c_uintdecUtil: c_uintTrait Implementations
sourceimpl Clone for nvmlProcessUtilizationSample_st
impl Clone for nvmlProcessUtilizationSample_st
sourcefn clone(&self) -> nvmlProcessUtilizationSample_st
fn clone(&self) -> nvmlProcessUtilizationSample_st
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for nvmlProcessUtilizationSample_st
Auto Trait Implementations
impl RefUnwindSafe for nvmlProcessUtilizationSample_st
impl Send for nvmlProcessUtilizationSample_st
impl Sync for nvmlProcessUtilizationSample_st
impl Unpin for nvmlProcessUtilizationSample_st
impl UnwindSafe for nvmlProcessUtilizationSample_st
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more