#[repr(C)]pub struct nvmlVgpuInstanceUtilizationSample_st {
pub vgpuInstance: nvmlVgpuInstance_t,
pub timeStamp: c_ulonglong,
pub smUtil: nvmlValue_t,
pub memUtil: nvmlValue_t,
pub encUtil: nvmlValue_t,
pub decUtil: nvmlValue_t,
}
Fields§
§vgpuInstance: nvmlVgpuInstance_t
§timeStamp: c_ulonglong
§smUtil: nvmlValue_t
§memUtil: nvmlValue_t
§encUtil: nvmlValue_t
§decUtil: nvmlValue_t
Trait Implementations§
source§impl Clone for nvmlVgpuInstanceUtilizationSample_st
impl Clone for nvmlVgpuInstanceUtilizationSample_st
source§fn clone(&self) -> nvmlVgpuInstanceUtilizationSample_st
fn clone(&self) -> nvmlVgpuInstanceUtilizationSample_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 nvmlVgpuInstanceUtilizationSample_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlVgpuInstanceUtilizationSample_st
impl Send for nvmlVgpuInstanceUtilizationSample_st
impl Sync for nvmlVgpuInstanceUtilizationSample_st
impl Unpin for nvmlVgpuInstanceUtilizationSample_st
impl UnwindSafe for nvmlVgpuInstanceUtilizationSample_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