Struct mach_object::ExportSymbol[][src]

pub struct ExportSymbol {
    pub name: String,
    pub kind: ExportKind,
    pub symbol: ExportType,
}

Fields

Methods

impl ExportSymbol
[src]

Trait Implementations

impl Clone for ExportSymbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ExportSymbol
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ExportSymbol
[src]

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

This method tests for !=.

Auto Trait Implementations