Struct pdb::MethodListEntry [] [src]

pub struct MethodListEntry {
    pub attributes: FieldAttributes,
    pub method_type: TypeIndex,
    pub vtable_offset: Option<u32>,
}

Fields

Trait Implementations

impl Debug for MethodListEntry
[src]

Formats the value using the given formatter.

impl Copy for MethodListEntry
[src]

impl Clone for MethodListEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MethodListEntry
[src]

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

This method tests for !=.

impl Eq for MethodListEntry
[src]