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