Struct libdrm_amdgpu_sys::AMDGPU::UnknownPowerProfile
source · pub struct UnknownPowerProfile;Trait Implementations§
source§impl Debug for UnknownPowerProfile
impl Debug for UnknownPowerProfile
source§impl PartialEq for UnknownPowerProfile
impl PartialEq for UnknownPowerProfile
source§fn eq(&self, other: &UnknownPowerProfile) -> bool
fn eq(&self, other: &UnknownPowerProfile) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UnknownPowerProfile
impl StructuralPartialEq for UnknownPowerProfile
Auto Trait Implementations§
impl Freeze for UnknownPowerProfile
impl RefUnwindSafe for UnknownPowerProfile
impl Send for UnknownPowerProfile
impl Sync for UnknownPowerProfile
impl Unpin for UnknownPowerProfile
impl UnwindSafe for UnknownPowerProfile
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