#[repr(transparent)]pub struct ProbePriority(pub usize);Tuple Fields§
§0: usizeImplementations§
Source§impl ProbePriority
impl ProbePriority
pub const CLK: ProbePriority
pub const INTC: ProbePriority
pub const DEFAULT: ProbePriority
Trait Implementations§
Source§impl Clone for ProbePriority
impl Clone for ProbePriority
Source§fn clone(&self) -> ProbePriority
fn clone(&self) -> ProbePriority
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 ProbePriority
impl Debug for ProbePriority
Source§impl From<usize> for ProbePriority
impl From<usize> for ProbePriority
Source§fn from(value: usize) -> ProbePriority
fn from(value: usize) -> ProbePriority
Converts to this type from the input type.
Source§impl Ord for ProbePriority
impl Ord for ProbePriority
Source§fn cmp(&self, other: &ProbePriority) -> Ordering
fn cmp(&self, other: &ProbePriority) -> 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 ProbePriority
impl PartialEq for ProbePriority
Source§impl PartialOrd for ProbePriority
impl PartialOrd for ProbePriority
impl Copy for ProbePriority
impl Eq for ProbePriority
impl StructuralPartialEq for ProbePriority
Auto Trait Implementations§
impl Freeze for ProbePriority
impl RefUnwindSafe for ProbePriority
impl Send for ProbePriority
impl Sync for ProbePriority
impl Unpin for ProbePriority
impl UnwindSafe for ProbePriority
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