Struct puffin::FrameMeta [−][src]
pub struct FrameMeta {
pub frame_index: FrameIndex,
pub range_ns: (NanoSecond, NanoSecond),
pub num_bytes: usize,
pub num_scopes: usize,
}
Expand description
Meta-information about a frame.
Fields
frame_index: FrameIndex
What frame this is (counting from 0 at application startup).
range_ns: (NanoSecond, NanoSecond)
The span we cover.
num_bytes: usize
The unpacked size of all streams.
num_scopes: usize
Total number of scopes.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for FrameMeta
impl UnwindSafe for FrameMeta
Blanket Implementations
Mutably borrows from an owned value. Read more