[−][src]Struct pdb::OverloadedMethodType
pub struct OverloadedMethodType<'t> { pub count: u16, pub method_list: TypeIndex, pub name: RawString<'t>, }
The information parsed from a type record with kind LF_METHOD
or LF_METHOD_ST
.
Fields
count: u16
method_list: TypeIndex
name: RawString<'t>
Trait Implementations
impl<'t> Debug for OverloadedMethodType<'t>
[src]
impl<'t> Debug for OverloadedMethodType<'t>
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<'t> Clone for OverloadedMethodType<'t>
[src]
impl<'t> Clone for OverloadedMethodType<'t>
fn clone(&self) -> OverloadedMethodType<'t>
[src]
fn clone(&self) -> OverloadedMethodType<'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 OverloadedMethodType<'t>
[src]
impl<'t> PartialEq for OverloadedMethodType<'t>
fn eq(&self, other: &OverloadedMethodType<'t>) -> bool
[src]
fn eq(&self, other: &OverloadedMethodType<'t>) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &OverloadedMethodType<'t>) -> bool
[src]
fn ne(&self, other: &OverloadedMethodType<'t>) -> bool
This method tests for !=
.
impl<'t> Eq for OverloadedMethodType<'t>
[src]
impl<'t> Eq for OverloadedMethodType<'t>
Auto Trait Implementations
impl<'t> Send for OverloadedMethodType<'t>
impl<'t> Send for OverloadedMethodType<'t>
impl<'t> Sync for OverloadedMethodType<'t>
impl<'t> Sync for OverloadedMethodType<'t>