pub enum ProbeLevel {
PreKernel,
PostKernel,
}Variants§
Implementations§
Source§impl ProbeLevel
impl ProbeLevel
pub const fn new() -> ProbeLevel
Trait Implementations§
Source§impl Clone for ProbeLevel
impl Clone for ProbeLevel
Source§fn clone(&self) -> ProbeLevel
fn clone(&self) -> ProbeLevel
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 ProbeLevel
impl Debug for ProbeLevel
Source§impl Default for ProbeLevel
impl Default for ProbeLevel
Source§fn default() -> ProbeLevel
fn default() -> ProbeLevel
Returns the “default value” for a type. Read more
Source§impl Ord for ProbeLevel
impl Ord for ProbeLevel
Source§fn cmp(&self, other: &ProbeLevel) -> Ordering
fn cmp(&self, other: &ProbeLevel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ProbeLevel
impl PartialEq for ProbeLevel
Source§impl PartialOrd for ProbeLevel
impl PartialOrd for ProbeLevel
impl Copy for ProbeLevel
impl Eq for ProbeLevel
impl StructuralPartialEq for ProbeLevel
Auto Trait Implementations§
impl Freeze for ProbeLevel
impl RefUnwindSafe for ProbeLevel
impl Send for ProbeLevel
impl Sync for ProbeLevel
impl Unpin for ProbeLevel
impl UnwindSafe for ProbeLevel
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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