[−][src]Struct pdb::FunctionAttributes
pub struct FunctionAttributes(_);
Methods
impl FunctionAttributes[src]
impl FunctionAttributespub fn calling_convention(&self) -> u8[src]
pub fn calling_convention(&self) -> u8pub fn cxx_return_udt(&self) -> bool[src]
pub fn cxx_return_udt(&self) -> boolpub fn is_constructor(&self) -> bool[src]
pub fn is_constructor(&self) -> boolpub fn is_constructor_with_virtual_bases(&self) -> bool[src]
pub fn is_constructor_with_virtual_bases(&self) -> boolTrait Implementations
impl Debug for FunctionAttributes[src]
impl Debug for FunctionAttributesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for FunctionAttributes[src]
impl Copy for FunctionAttributesimpl Clone for FunctionAttributes[src]
impl Clone for FunctionAttributesfn clone(&self) -> FunctionAttributes[src]
fn clone(&self) -> FunctionAttributesReturns 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 FunctionAttributes[src]
impl PartialEq for FunctionAttributesfn eq(&self, other: &FunctionAttributes) -> bool[src]
fn eq(&self, other: &FunctionAttributes) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &FunctionAttributes) -> bool[src]
fn ne(&self, other: &FunctionAttributes) -> boolThis method tests for !=.
impl Eq for FunctionAttributes[src]
impl Eq for FunctionAttributesAuto Trait Implementations
impl Send for FunctionAttributes
impl Send for FunctionAttributesimpl Sync for FunctionAttributes
impl Sync for FunctionAttributes