[−][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 ArgumentListfn 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 ArgumentList[src]
impl Clone for ArgumentListfn clone(&self) -> ArgumentList[src]
fn clone(&self) -> ArgumentListReturns 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 ArgumentListfn eq(&self, other: &ArgumentList) -> bool[src]
fn eq(&self, other: &ArgumentList) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for ArgumentList[src]
impl Eq for ArgumentListAuto Trait Implementations
impl Send for ArgumentList
impl Send for ArgumentListimpl Sync for ArgumentList
impl Sync for ArgumentList