#[repr(C)]pub struct nvmlProcessInfo_v2_st {
pub pid: c_uint,
pub usedGpuMemory: c_ulonglong,
pub gpuInstanceId: c_uint,
pub computeInstanceId: c_uint,
}Fields§
§pid: c_uint§usedGpuMemory: c_ulonglong§gpuInstanceId: c_uint§computeInstanceId: c_uintTrait Implementations§
Source§impl Clone for nvmlProcessInfo_v2_st
impl Clone for nvmlProcessInfo_v2_st
Source§fn clone(&self) -> nvmlProcessInfo_v2_st
fn clone(&self) -> nvmlProcessInfo_v2_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 moreSource§impl Debug for nvmlProcessInfo_v2_st
impl Debug for nvmlProcessInfo_v2_st
impl Copy for nvmlProcessInfo_v2_st
Auto Trait Implementations§
impl Freeze for nvmlProcessInfo_v2_st
impl RefUnwindSafe for nvmlProcessInfo_v2_st
impl Send for nvmlProcessInfo_v2_st
impl Sync for nvmlProcessInfo_v2_st
impl Unpin for nvmlProcessInfo_v2_st
impl UnwindSafe for nvmlProcessInfo_v2_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