#[repr(u32)]pub enum uct_am_trace_type {
UCT_AM_TRACE_TYPE_SEND = 0,
UCT_AM_TRACE_TYPE_RECV = 1,
UCT_AM_TRACE_TYPE_SEND_DROP = 2,
UCT_AM_TRACE_TYPE_RECV_DROP = 3,
UCT_AM_TRACE_TYPE_LAST = 4,
}Expand description
@ingroup UCT_AM @brief Trace types for active message tracer.
Variants§
UCT_AM_TRACE_TYPE_SEND = 0
UCT_AM_TRACE_TYPE_RECV = 1
UCT_AM_TRACE_TYPE_SEND_DROP = 2
UCT_AM_TRACE_TYPE_RECV_DROP = 3
UCT_AM_TRACE_TYPE_LAST = 4
Trait Implementations§
Source§impl Clone for uct_am_trace_type
impl Clone for uct_am_trace_type
Source§fn clone(&self) -> uct_am_trace_type
fn clone(&self) -> uct_am_trace_type
Returns a copy 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 uct_am_trace_type
impl Debug for uct_am_trace_type
Source§impl Hash for uct_am_trace_type
impl Hash for uct_am_trace_type
Source§impl PartialEq for uct_am_trace_type
impl PartialEq for uct_am_trace_type
impl Copy for uct_am_trace_type
impl Eq for uct_am_trace_type
impl StructuralPartialEq for uct_am_trace_type
Auto Trait Implementations§
impl Freeze for uct_am_trace_type
impl RefUnwindSafe for uct_am_trace_type
impl Send for uct_am_trace_type
impl Sync for uct_am_trace_type
impl Unpin for uct_am_trace_type
impl UnwindSafe for uct_am_trace_type
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