pub struct ProfileFrame {
pub spans: Vec<ProfileSpan>,
pub frame_number: u64,
pub total_ns: u64,
}Fields§
§spans: Vec<ProfileSpan>§frame_number: u64§total_ns: u64Auto Trait Implementations§
impl Freeze for ProfileFrame
impl RefUnwindSafe for ProfileFrame
impl Send for ProfileFrame
impl Sync for ProfileFrame
impl Unpin for ProfileFrame
impl UnsafeUnpin for ProfileFrame
impl UnwindSafe for ProfileFrame
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