#[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_uintTrait 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 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 moreimpl Copy for nvmlComputeInstanceProfileInfo_st
Auto Trait Implementations§
impl Freeze for nvmlComputeInstanceProfileInfo_st
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