[][src]Struct tensorflow_proto::tensorflow::tfprof::pprof::Mapping

pub struct Mapping {
    pub id: u64,
    pub memory_start: u64,
    pub memory_limit: u64,
    pub file_offset: u64,
    pub filename: i64,
    pub build_id: i64,
    pub has_functions: bool,
    pub has_filenames: bool,
    pub has_line_numbers: bool,
    pub has_inline_frames: bool,
}

Fields

id: u64memory_start: u64memory_limit: u64file_offset: u64filename: i64build_id: i64has_functions: boolhas_filenames: boolhas_line_numbers: boolhas_inline_frames: bool

Trait Implementations

impl Clone for Mapping[src]

impl Debug for Mapping[src]

impl Default for Mapping[src]

impl Message for Mapping[src]

impl PartialEq<Mapping> for Mapping[src]

impl StructuralPartialEq for Mapping[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.