#[repr(u32)]pub enum StablePstateFlag {
NONE = 0,
STANDARD = 1,
MIN_SCLK = 2,
MIN_MCLK = 3,
PEAK = 4,
}Variants§
Trait Implementations§
Source§impl Clone for StablePstateFlag
impl Clone for StablePstateFlag
Source§fn clone(&self) -> StablePstateFlag
fn clone(&self) -> StablePstateFlag
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 StablePstateFlag
impl Debug for StablePstateFlag
Source§impl From<u32> for StablePstateFlag
impl From<u32> for StablePstateFlag
Source§impl PartialEq for StablePstateFlag
impl PartialEq for StablePstateFlag
impl Copy for StablePstateFlag
impl Eq for StablePstateFlag
impl StructuralPartialEq for StablePstateFlag
Auto Trait Implementations§
impl Freeze for StablePstateFlag
impl RefUnwindSafe for StablePstateFlag
impl Send for StablePstateFlag
impl Sync for StablePstateFlag
impl Unpin for StablePstateFlag
impl UnwindSafe for StablePstateFlag
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