[−][src]Struct pdb::ArgumentList
The information parsed from a type record with kind LF_ARGLIST
.
Fields
arguments: Vec<TypeIndex>
Trait Implementations
impl Debug for ArgumentList
[src]
impl Debug for ArgumentList
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 ArgumentList
[src]
impl Clone for ArgumentList
fn clone(&self) -> ArgumentList
[src]
fn clone(&self) -> ArgumentList
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 ArgumentList
[src]
impl PartialEq for ArgumentList
fn eq(&self, other: &ArgumentList) -> bool
[src]
fn eq(&self, other: &ArgumentList) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ArgumentList) -> bool
[src]
fn ne(&self, other: &ArgumentList) -> bool
This method tests for !=
.
impl Eq for ArgumentList
[src]
impl Eq for ArgumentList
Auto Trait Implementations
impl Send for ArgumentList
impl Send for ArgumentList
impl Sync for ArgumentList
impl Sync for ArgumentList