#[repr(C)]pub enum XRayEntryType {
ENTRY = 0,
EXIT = 1,
TAIL = 2,
LOG_ARGS_ENTRY = 3,
CUSTOM_EVENT = 4,
TYPED_EVENT = 5,
}Variants§
Trait Implementations§
Source§impl Clone for XRayEntryType
impl Clone for XRayEntryType
Source§fn clone(&self) -> XRayEntryType
fn clone(&self) -> XRayEntryType
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 XRayEntryType
impl Debug for XRayEntryType
Source§impl PartialEq for XRayEntryType
impl PartialEq for XRayEntryType
impl Copy for XRayEntryType
impl Eq for XRayEntryType
impl StructuralPartialEq for XRayEntryType
Auto Trait Implementations§
impl Freeze for XRayEntryType
impl RefUnwindSafe for XRayEntryType
impl Send for XRayEntryType
impl Sync for XRayEntryType
impl Unpin for XRayEntryType
impl UnwindSafe for XRayEntryType
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