[][src]Struct pdb::MethodType

pub struct MethodType<'t> {
    pub attributes: FieldAttributes,
    pub method_type: TypeIndex,
    pub vtable_offset: Option<u32>,
    pub name: RawString<'t>,
}

The information parsed from a type record with kind LF_ONEMETHOD or LF_ONEMETHOD_ST.

Fields

Trait Implementations

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'t> PartialEq for MethodType<'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 MethodType<'t>
[src]

Auto Trait Implementations

impl<'t> Send for MethodType<'t>

impl<'t> Sync for MethodType<'t>