[][src]Struct pdb::MethodList

pub struct MethodList {
    pub methods: Vec<MethodListEntry>,
}

The information parsed from a type record with kind LF_METHODLIST.

Fields

Trait Implementations

impl Debug for MethodList
[src]

Formats the value using the given formatter. Read more

impl Clone for MethodList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for MethodList
[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 MethodList
[src]

Auto Trait Implementations

impl Send for MethodList

impl Sync for MethodList