#[repr(u32)]pub enum HardwareProfileChangeParam {
ConfigChanged = 24,
QueryChangeConfig = 23,
ConfigChangeCanceled = 25,
}Expand description
Enum describing the event type of HardwareProfileChange
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for HardwareProfileChangeParam
impl Clone for HardwareProfileChangeParam
Source§fn clone(&self) -> HardwareProfileChangeParam
fn clone(&self) -> HardwareProfileChangeParam
Returns a duplicate 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 moreSource§impl Debug for HardwareProfileChangeParam
impl Debug for HardwareProfileChangeParam
Source§impl Hash for HardwareProfileChangeParam
impl Hash for HardwareProfileChangeParam
impl Copy for HardwareProfileChangeParam
impl Eq for HardwareProfileChangeParam
impl StructuralPartialEq for HardwareProfileChangeParam
Auto Trait Implementations§
impl Freeze for HardwareProfileChangeParam
impl RefUnwindSafe for HardwareProfileChangeParam
impl Send for HardwareProfileChangeParam
impl Sync for HardwareProfileChangeParam
impl Unpin for HardwareProfileChangeParam
impl UnwindSafe for HardwareProfileChangeParam
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