Struct amdgpu_sysfs::gpu_handle::overdrive::gen1::Table
source · pub struct Table {
pub sclk_levels: Vec<ClocksLevel>,
pub mclk_levels: Vec<ClocksLevel>,
pub allowed_ranges: AllowedRanges,
}Fields
sclk_levels: Vec<ClocksLevel>mclk_levels: Vec<ClocksLevel>allowed_ranges: AllowedRangesTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
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