[−][src]Struct pdb::ProcedureType
pub struct ProcedureType { pub return_type: Option<TypeIndex>, pub attributes: FunctionAttributes, pub parameter_count: u16, pub argument_list: TypeIndex, }
The information parsed from a type record with kind LF_PROCEDURE
.
Fields
return_type: Option<TypeIndex>
attributes: FunctionAttributes
parameter_count: u16
argument_list: TypeIndex
Trait Implementations
impl Debug for ProcedureType
[src]
impl Debug for ProcedureType
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 ProcedureType
[src]
impl Copy for ProcedureType
impl Clone for ProcedureType
[src]
impl Clone for ProcedureType
fn clone(&self) -> ProcedureType
[src]
fn clone(&self) -> ProcedureType
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 ProcedureType
[src]
impl PartialEq for ProcedureType
fn eq(&self, other: &ProcedureType) -> bool
[src]
fn eq(&self, other: &ProcedureType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ProcedureType) -> bool
[src]
fn ne(&self, other: &ProcedureType) -> bool
This method tests for !=
.
impl Eq for ProcedureType
[src]
impl Eq for ProcedureType
Auto Trait Implementations
impl Send for ProcedureType
impl Send for ProcedureType
impl Sync for ProcedureType
impl Sync for ProcedureType