[−][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 MethodList
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for MethodList
[src]
impl Clone for MethodList
fn clone(&self) -> MethodList
[src]
fn clone(&self) -> MethodList
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 PartialEq for MethodList
[src]
impl PartialEq for MethodList
fn eq(&self, other: &MethodList) -> bool
[src]
fn eq(&self, other: &MethodList) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for MethodList
[src]
impl Eq for MethodList
Auto Trait Implementations
impl Send for MethodList
impl Send for MethodList
impl Sync for MethodList
impl Sync for MethodList