[−][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 MethodListEntry
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 Copy for MethodListEntry
[src]
impl Copy for MethodListEntry
impl Clone for MethodListEntry
[src]
impl Clone for MethodListEntry
fn clone(&self) -> MethodListEntry
[src]
fn clone(&self) -> MethodListEntry
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 MethodListEntry
[src]
impl PartialEq for MethodListEntry
fn eq(&self, other: &MethodListEntry) -> bool
[src]
fn eq(&self, other: &MethodListEntry) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for MethodListEntry
[src]
impl Eq for MethodListEntry
Auto Trait Implementations
impl Send for MethodListEntry
impl Send for MethodListEntry
impl Sync for MethodListEntry
impl Sync for MethodListEntry