Enum amdgpu_sysfs::gpu_handle::overdrive::PowerTable
source · pub enum PowerTable {
Gen1(Table),
}Expand description
Representation of pp_od_clk_voltage
Variants
Gen1(Table)
Trait Implementations
sourceimpl Clone for PowerTable
impl Clone for PowerTable
sourcefn clone(&self) -> PowerTable
fn clone(&self) -> PowerTable
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PowerTable
impl Debug for PowerTable
Auto Trait Implementations
impl RefUnwindSafe for PowerTable
impl Send for PowerTable
impl Sync for PowerTable
impl Unpin for PowerTable
impl UnwindSafe for PowerTable
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more