pub struct WorkloadPowerProfilesInfo {
pub supported_profiles: Vec<u32>,
pub profiles: Vec<WorkloadPowerProfileInfo>,
}Fields§
§supported_profiles: Vec<u32>§profiles: Vec<WorkloadPowerProfileInfo>Trait Implementations§
Source§impl Clone for WorkloadPowerProfilesInfo
impl Clone for WorkloadPowerProfilesInfo
Source§fn clone(&self) -> WorkloadPowerProfilesInfo
fn clone(&self) -> WorkloadPowerProfilesInfo
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 WorkloadPowerProfilesInfo
impl Debug for WorkloadPowerProfilesInfo
Source§impl From<nvmlWorkloadPowerProfileProfilesInfo_v1_t> for WorkloadPowerProfilesInfo
impl From<nvmlWorkloadPowerProfileProfilesInfo_v1_t> for WorkloadPowerProfilesInfo
Source§fn from(value: nvmlWorkloadPowerProfileProfilesInfo_t) -> Self
fn from(value: nvmlWorkloadPowerProfileProfilesInfo_t) -> Self
Converts to this type from the input type.
Source§impl Hash for WorkloadPowerProfilesInfo
impl Hash for WorkloadPowerProfilesInfo
Source§impl PartialEq for WorkloadPowerProfilesInfo
impl PartialEq for WorkloadPowerProfilesInfo
Source§fn eq(&self, other: &WorkloadPowerProfilesInfo) -> bool
fn eq(&self, other: &WorkloadPowerProfilesInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for WorkloadPowerProfilesInfo
impl StructuralPartialEq for WorkloadPowerProfilesInfo
Auto Trait Implementations§
impl Freeze for WorkloadPowerProfilesInfo
impl RefUnwindSafe for WorkloadPowerProfilesInfo
impl Send for WorkloadPowerProfilesInfo
impl Sync for WorkloadPowerProfilesInfo
impl Unpin for WorkloadPowerProfilesInfo
impl UnsafeUnpin for WorkloadPowerProfilesInfo
impl UnwindSafe for WorkloadPowerProfilesInfo
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