[−][src]Struct pdb::MethodListEntry 
pub struct MethodListEntry {
    pub attributes: FieldAttributes,
    pub method_type: TypeIndex,
    pub vtable_offset: Option<u32>,
}An entry in a MethodList.
Fields
attributes: FieldAttributes
                           
                           
                           
                           method_type: TypeIndex
                           
                           
                           
                           vtable_offset: Option<u32>
                           Trait Implementations
impl Debug for MethodListEntry[src] 
impl Debug for MethodListEntryfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for MethodListEntry[src] 
impl Copy for MethodListEntryimpl Clone for MethodListEntry[src] 
impl Clone for MethodListEntryfn clone(&self) -> MethodListEntry[src] 
fn clone(&self) -> MethodListEntryReturns 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 PartialEq for MethodListEntry[src] 
impl PartialEq for MethodListEntryfn eq(&self, other: &MethodListEntry) -> bool[src] 
fn eq(&self, other: &MethodListEntry) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MethodListEntry) -> bool[src] 
fn ne(&self, other: &MethodListEntry) -> boolThis method tests for !=.
impl Eq for MethodListEntry[src] 
impl Eq for MethodListEntryAuto Trait Implementations
impl Send for MethodListEntry
impl Send for MethodListEntryimpl Sync for MethodListEntry
impl Sync for MethodListEntry