Struct pprof::protos::Function [−][src]
Fields
id: u64
Unique nonzero id for the function.
name: i64
Name of the function, in human-readable form if available.
Index into string table
system_name: i64
Name of the function, as identified by the system. For instance, it can be a C++ mangled name.
Index into string table
filename: i64
Source file containing the function.
Index into string table
start_line: i64
Line number in source file.
Trait Implementations
impl Clone for Function
[src][+]
impl Debug for Function
[src][+]
impl Default for Function
[src][+]
impl Message for Function
[src][+]
impl PartialEq<Function> for Function
[src][+]
impl StructuralPartialEq for Function
[src]
Auto Trait Implementations
impl RefUnwindSafe for Function
impl Send for Function
impl Sync for Function
impl Unpin for Function
impl UnwindSafe for Function
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,