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