[][src]Struct pdb::OverloadedMethodType

pub struct OverloadedMethodType<'t> {
    pub count: u16,
    pub method_list: TypeIndex,
    pub name: RawString<'t>,
}

The information parsed from a type record with kind LF_METHOD or LF_METHOD_ST.

Fields

Trait Implementations

impl<'t> Debug for OverloadedMethodType<'t>
[src]

Formats the value using the given formatter. Read more

impl<'t> Clone for OverloadedMethodType<'t>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'t> PartialEq for OverloadedMethodType<'t>
[src]

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

This method tests for !=.

impl<'t> Eq for OverloadedMethodType<'t>
[src]

Auto Trait Implementations

impl<'t> Send for OverloadedMethodType<'t>

impl<'t> Sync for OverloadedMethodType<'t>