pub struct Perf {
pub info: Info,
pub event_attributes: Vec<EventAttributes>,
pub events: Vec<Event>,
pub start: u64,
pub end: u64,
}
Fields§
§info: Info
§event_attributes: Vec<EventAttributes>
§events: Vec<Event>
§start: u64
§end: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Perf
impl RefUnwindSafe for Perf
impl Send for Perf
impl Sync for Perf
impl Unpin for Perf
impl UnwindSafe for Perf
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