pub enum PressureSource {
CPU,
}Variants§
CPU
Trait Implementations§
Source§impl Clone for PressureSource
impl Clone for PressureSource
Source§fn clone(&self) -> PressureSource
fn clone(&self) -> PressureSource
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 PressureSource
impl Debug for PressureSource
Source§impl From<&PressureSource> for Any
impl From<&PressureSource> for Any
Source§fn from(s: &PressureSource) -> Any
fn from(s: &PressureSource) -> Any
Converts to this type from the input type.
Source§impl From<PressureSource> for Any
impl From<PressureSource> for Any
Source§fn from(s: PressureSource) -> Any
fn from(s: PressureSource) -> Any
Converts to this type from the input type.
Source§impl FromVal for PressureSource
impl FromVal for PressureSource
Source§impl PartialEq for PressureSource
impl PartialEq for PressureSource
Source§impl PartialOrd for PressureSource
impl PartialOrd for PressureSource
impl Copy for PressureSource
impl StructuralPartialEq for PressureSource
Auto Trait Implementations§
impl Freeze for PressureSource
impl RefUnwindSafe for PressureSource
impl Send for PressureSource
impl Sync for PressureSource
impl Unpin for PressureSource
impl UnwindSafe for PressureSource
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