Struct dacite::ext_debug_marker::DebugMarkerObjectNameInfoExt [] [src]

pub struct DebugMarkerObjectNameInfoExt {
    pub object_type: DebugReportObjectTypeExt,
    pub object: u64,
    pub object_name: String,
    pub chain: Option<DebugMarkerObjectNameInfoChainExt>,
}

Fields

Trait Implementations

impl Debug for DebugMarkerObjectNameInfoExt
[src]

Formats the value using the given formatter.

impl Clone for DebugMarkerObjectNameInfoExt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DebugMarkerObjectNameInfoExt
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.