pub struct PowerProfileComponent {
pub clock_type: Option<String>,
pub values: Vec<Option<i32>>,
}
Fields§
§clock_type: Option<String>
Filled on RDNA and newer
values: Vec<Option<i32>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PowerProfileComponent
impl RefUnwindSafe for PowerProfileComponent
impl Send for PowerProfileComponent
impl Sync for PowerProfileComponent
impl Unpin for PowerProfileComponent
impl UnwindSafe for PowerProfileComponent
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