#[repr(C)]pub struct nvmlComputeInstanceProfileInfo_st {
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,
}
Fields§
§id: c_uint
§sliceCount: c_uint
§instanceCount: c_uint
§multiprocessorCount: c_uint
Trait Implementations§
source§impl Clone for nvmlComputeInstanceProfileInfo_st
impl Clone for nvmlComputeInstanceProfileInfo_st
source§fn clone(&self) -> nvmlComputeInstanceProfileInfo_st
fn clone(&self) -> nvmlComputeInstanceProfileInfo_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_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlComputeInstanceProfileInfo_st
impl Send for nvmlComputeInstanceProfileInfo_st
impl Sync for nvmlComputeInstanceProfileInfo_st
impl Unpin for nvmlComputeInstanceProfileInfo_st
impl UnwindSafe for nvmlComputeInstanceProfileInfo_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