#[repr(C)]pub struct nvmlPowerSmoothingProfile_v1_t {
pub version: c_uint,
pub profileId: c_uint,
pub paramId: c_uint,
pub value: f64,
}Fields§
§version: c_uint§profileId: c_uint§paramId: c_uint§value: f64Trait Implementations§
Source§impl Clone for nvmlPowerSmoothingProfile_v1_t
impl Clone for nvmlPowerSmoothingProfile_v1_t
Source§fn clone(&self) -> nvmlPowerSmoothingProfile_v1_t
fn clone(&self) -> nvmlPowerSmoothingProfile_v1_t
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 moreimpl Copy for nvmlPowerSmoothingProfile_v1_t
Auto Trait Implementations§
impl Freeze for nvmlPowerSmoothingProfile_v1_t
impl RefUnwindSafe for nvmlPowerSmoothingProfile_v1_t
impl Send for nvmlPowerSmoothingProfile_v1_t
impl Sync for nvmlPowerSmoothingProfile_v1_t
impl Unpin for nvmlPowerSmoothingProfile_v1_t
impl UnsafeUnpin for nvmlPowerSmoothingProfile_v1_t
impl UnwindSafe for nvmlPowerSmoothingProfile_v1_t
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