[−][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
attributes: FieldAttributes
method_type: TypeIndex
vtable_offset: Option<u32>
name: RawString<'t>
Trait Implementations
impl<'t> Debug for MethodType<'t>[src]
impl<'t> Debug for MethodType<'t>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'t> Clone for MethodType<'t>[src]
impl<'t> Clone for MethodType<'t>fn clone(&self) -> MethodType<'t>[src]
fn clone(&self) -> MethodType<'t>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'t> PartialEq for MethodType<'t>[src]
impl<'t> PartialEq for MethodType<'t>fn eq(&self, other: &MethodType<'t>) -> bool[src]
fn eq(&self, other: &MethodType<'t>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MethodType<'t>) -> bool[src]
fn ne(&self, other: &MethodType<'t>) -> boolThis method tests for !=.
impl<'t> Eq for MethodType<'t>[src]
impl<'t> Eq for MethodType<'t>Auto Trait Implementations
impl<'t> Send for MethodType<'t>
impl<'t> Send for MethodType<'t>impl<'t> Sync for MethodType<'t>
impl<'t> Sync for MethodType<'t>