Struct ash::extensions::experimental::amd::GpaDeviceClockModeInfoAmd    
source · #[repr(C)]pub struct GpaDeviceClockModeInfoAmd {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub clock_mode: GpaDeviceClockModeAmd,
    pub memory_clock_ratio_to_peak: f32,
    pub engine_clock_ratio_to_peak: f32,
}Fields§
§s_type: StructureType§p_next: *const c_void§clock_mode: GpaDeviceClockModeAmd§memory_clock_ratio_to_peak: f32§engine_clock_ratio_to_peak: f32Trait Implementations§
source§impl Clone for GpaDeviceClockModeInfoAmd
 
impl Clone for GpaDeviceClockModeInfoAmd
source§fn clone(&self) -> GpaDeviceClockModeInfoAmd
 
fn clone(&self) -> GpaDeviceClockModeInfoAmd
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more