Struct ash::extensions::experimental::amd::GpaDeviceClockModeInfoAmd [−][src]
#[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: f32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GpaDeviceClockModeInfoAmd
impl !Send for GpaDeviceClockModeInfoAmd
impl !Sync for GpaDeviceClockModeInfoAmd
impl Unpin for GpaDeviceClockModeInfoAmd
impl UnwindSafe for GpaDeviceClockModeInfoAmd
Blanket Implementations
Mutably borrows from an owned value. Read more