#[repr(C)]pub struct nvmlComputeInstanceProfileInfo_v2_st {
pub version: c_uint,
pub id: c_uint,
pub sliceCount: c_uint,
pub instanceCount: c_uint,
pub multiprocessorCount: c_uint,
pub sharedCopyEngineCount: c_uint,
pub sharedDecoderCount: c_uint,
pub sharedEncoderCount: c_uint,
pub sharedJpegCount: c_uint,
pub sharedOfaCount: c_uint,
pub name: [c_char; 96],
}
Fields§
§version: c_uint
§id: c_uint
§sliceCount: c_uint
§instanceCount: c_uint
§multiprocessorCount: c_uint
§name: [c_char; 96]
Trait Implementations§
source§impl Clone for nvmlComputeInstanceProfileInfo_v2_st
impl Clone for nvmlComputeInstanceProfileInfo_v2_st
source§fn clone(&self) -> nvmlComputeInstanceProfileInfo_v2_st
fn clone(&self) -> nvmlComputeInstanceProfileInfo_v2_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 nvmlComputeInstanceProfileInfo_v2_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlComputeInstanceProfileInfo_v2_st
impl Send for nvmlComputeInstanceProfileInfo_v2_st
impl Sync for nvmlComputeInstanceProfileInfo_v2_st
impl Unpin for nvmlComputeInstanceProfileInfo_v2_st
impl UnwindSafe for nvmlComputeInstanceProfileInfo_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