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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProbeLevel
Source§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
impl Eq for ProbeLevel
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 (const: unstable) · 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§fn eq(&self, other: &ProbeLevel) -> bool
fn eq(&self, other: &ProbeLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ProbeLevel
impl PartialOrd 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 UnsafeUnpin for ProbeLevel
impl UnwindSafe for ProbeLevel
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