#[repr(C)]pub struct nvmlGpuInstanceProfileInfo_v2_st {Show 13 fields
pub version: c_uint,
pub id: c_uint,
pub isP2pSupported: c_uint,
pub sliceCount: c_uint,
pub instanceCount: c_uint,
pub multiprocessorCount: c_uint,
pub copyEngineCount: c_uint,
pub decoderCount: c_uint,
pub encoderCount: c_uint,
pub jpegCount: c_uint,
pub ofaCount: c_uint,
pub memorySizeMB: c_ulonglong,
pub name: [c_char; 96],
}
Fields§
§version: c_uint
§id: c_uint
§isP2pSupported: c_uint
§sliceCount: c_uint
§instanceCount: c_uint
§multiprocessorCount: c_uint
§copyEngineCount: c_uint
§decoderCount: c_uint
§encoderCount: c_uint
§jpegCount: c_uint
§ofaCount: c_uint
§memorySizeMB: c_ulonglong
§name: [c_char; 96]
Trait Implementations§
source§impl Clone for nvmlGpuInstanceProfileInfo_v2_st
impl Clone for nvmlGpuInstanceProfileInfo_v2_st
source§fn clone(&self) -> nvmlGpuInstanceProfileInfo_v2_st
fn clone(&self) -> nvmlGpuInstanceProfileInfo_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 nvmlGpuInstanceProfileInfo_v2_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlGpuInstanceProfileInfo_v2_st
impl Send for nvmlGpuInstanceProfileInfo_v2_st
impl Sync for nvmlGpuInstanceProfileInfo_v2_st
impl Unpin for nvmlGpuInstanceProfileInfo_v2_st
impl UnwindSafe for nvmlGpuInstanceProfileInfo_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