#[repr(C)]pub struct nvmlComputeInstanceInfo_st {
pub device: nvmlDevice_t,
pub gpuInstance: nvmlGpuInstance_t,
pub id: c_uint,
pub profileId: c_uint,
pub placement: nvmlComputeInstancePlacement_t,
}
Fields§
§device: nvmlDevice_t
§gpuInstance: nvmlGpuInstance_t
§id: c_uint
§profileId: c_uint
§placement: nvmlComputeInstancePlacement_t
Trait Implementations§
source§impl Clone for nvmlComputeInstanceInfo_st
impl Clone for nvmlComputeInstanceInfo_st
source§fn clone(&self) -> nvmlComputeInstanceInfo_st
fn clone(&self) -> nvmlComputeInstanceInfo_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 moresource§impl Debug for nvmlComputeInstanceInfo_st
impl Debug for nvmlComputeInstanceInfo_st
impl Copy for nvmlComputeInstanceInfo_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlComputeInstanceInfo_st
impl !Send for nvmlComputeInstanceInfo_st
impl !Sync for nvmlComputeInstanceInfo_st
impl Unpin for nvmlComputeInstanceInfo_st
impl UnwindSafe for nvmlComputeInstanceInfo_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