[−][src]Struct pdb::MethodList 
pub struct MethodList {
    pub methods: Vec<MethodListEntry>,
}The information parsed from a type record with kind LF_METHODLIST.
Fields
methods: Vec<MethodListEntry>
                           Trait Implementations
impl Debug for MethodList[src] 
impl Debug for MethodListfn fmt(&self, f: &mut Formatter) -> Result[src] 
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for MethodList[src] 
impl Clone for MethodListfn clone(&self) -> MethodList[src] 
fn clone(&self) -> MethodListReturns 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 MethodList[src] 
impl PartialEq for MethodListfn eq(&self, other: &MethodList) -> bool[src] 
fn eq(&self, other: &MethodList) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MethodList) -> bool[src] 
fn ne(&self, other: &MethodList) -> boolThis method tests for !=.
impl Eq for MethodList[src] 
impl Eq for MethodListAuto Trait Implementations
impl Send for MethodList
impl Send for MethodListimpl Sync for MethodList
impl Sync for MethodList