#[repr(C)]pub struct ProbeEvent {
pub stack_info: StackInfo,
pub frame_pointers: Option<FramePointers>,
}Expand description
Currently not used, but this would be used for sending events to UserSpace via RingBuf
Fields§
§stack_info: StackInfo§frame_pointers: Option<FramePointers>Implementations§
Source§impl ProbeEvent
impl ProbeEvent
pub const STRUCT_SIZE: usize
Trait Implementations§
Source§impl Clone for ProbeEvent
impl Clone for ProbeEvent
Source§fn clone(&self) -> ProbeEvent
fn clone(&self) -> ProbeEvent
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 ProbeEvent
impl Debug for ProbeEvent
Source§impl Hash for ProbeEvent
impl Hash for ProbeEvent
Source§impl PartialEq for ProbeEvent
impl PartialEq for ProbeEvent
impl Copy for ProbeEvent
impl Eq for ProbeEvent
impl StructuralPartialEq for ProbeEvent
Auto Trait Implementations§
impl Freeze for ProbeEvent
impl RefUnwindSafe for ProbeEvent
impl Send for ProbeEvent
impl Sync for ProbeEvent
impl Unpin for ProbeEvent
impl UnwindSafe for ProbeEvent
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