pub struct EventSample {
pub event_u32: u32,
pub event_meta: u64,
pub start: f64,
pub end: f64,
}
Fields§
§event_u32: u32
§event_meta: u64
§start: f64
§end: f64
Trait Implementations§
Source§impl DeBin for EventSample
impl DeBin for EventSample
Source§impl Debug for EventSample
impl Debug for EventSample
Auto Trait Implementations§
impl Freeze for EventSample
impl RefUnwindSafe for EventSample
impl Send for EventSample
impl Sync for EventSample
impl Unpin for EventSample
impl UnwindSafe for EventSample
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait 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