#[repr(C)]pub struct nvmlGpuInstanceProfileInfo_st {
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,
}
Fields§
§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
Trait Implementations§
source§impl Clone for nvmlGpuInstanceProfileInfo_st
impl Clone for nvmlGpuInstanceProfileInfo_st
source§fn clone(&self) -> nvmlGpuInstanceProfileInfo_st
fn clone(&self) -> nvmlGpuInstanceProfileInfo_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_st
Auto Trait Implementations§
impl RefUnwindSafe for nvmlGpuInstanceProfileInfo_st
impl Send for nvmlGpuInstanceProfileInfo_st
impl Sync for nvmlGpuInstanceProfileInfo_st
impl Unpin for nvmlGpuInstanceProfileInfo_st
impl UnwindSafe for nvmlGpuInstanceProfileInfo_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