pub struct ComputeInstanceProfileInfo {
pub id: u32,
pub slice_count: u32,
pub instance_count: u32,
pub multiprocessor_count: u32,
pub shared_copy_engine_count: u32,
pub shared_decoder_count: u32,
pub shared_encoder_count: u32,
pub shared_jpeg_count: u32,
pub shared_ofa_count: u32,
pub name: String,
pub capabilities: ComputeInstanceProfileCapabilities,
}Fields§
§id: u32§slice_count: u32§instance_count: u32§multiprocessor_count: u32§name: String§capabilities: ComputeInstanceProfileCapabilitiesTrait Implementations§
Source§impl Clone for ComputeInstanceProfileInfo
impl Clone for ComputeInstanceProfileInfo
Source§fn clone(&self) -> ComputeInstanceProfileInfo
fn clone(&self) -> ComputeInstanceProfileInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ComputeInstanceProfileInfo
impl Debug for ComputeInstanceProfileInfo
Source§impl From<nvmlComputeInstanceProfileInfo_v3_st> for ComputeInstanceProfileInfo
impl From<nvmlComputeInstanceProfileInfo_v3_st> for ComputeInstanceProfileInfo
Source§fn from(value: nvmlComputeInstanceProfileInfo_v3_t) -> Self
fn from(value: nvmlComputeInstanceProfileInfo_v3_t) -> Self
Converts to this type from the input type.
Source§impl Hash for ComputeInstanceProfileInfo
impl Hash for ComputeInstanceProfileInfo
Source§impl PartialEq for ComputeInstanceProfileInfo
impl PartialEq for ComputeInstanceProfileInfo
Source§fn eq(&self, other: &ComputeInstanceProfileInfo) -> bool
fn eq(&self, other: &ComputeInstanceProfileInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ComputeInstanceProfileInfo
impl StructuralPartialEq for ComputeInstanceProfileInfo
Auto Trait Implementations§
impl Freeze for ComputeInstanceProfileInfo
impl RefUnwindSafe for ComputeInstanceProfileInfo
impl Send for ComputeInstanceProfileInfo
impl Sync for ComputeInstanceProfileInfo
impl Unpin for ComputeInstanceProfileInfo
impl UnsafeUnpin for ComputeInstanceProfileInfo
impl UnwindSafe for ComputeInstanceProfileInfo
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