[−][src]Struct pdb::FunctionAttributes
pub struct FunctionAttributes(_);
Methods
impl FunctionAttributes
[src]
impl FunctionAttributes
pub fn calling_convention(&self) -> u8
[src]
pub fn calling_convention(&self) -> u8
pub fn cxx_return_udt(&self) -> bool
[src]
pub fn cxx_return_udt(&self) -> bool
pub fn is_constructor(&self) -> bool
[src]
pub fn is_constructor(&self) -> bool
pub fn is_constructor_with_virtual_bases(&self) -> bool
[src]
pub fn is_constructor_with_virtual_bases(&self) -> bool
Trait Implementations
impl Debug for FunctionAttributes
[src]
impl Debug for FunctionAttributes
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 FunctionAttributes
[src]
impl Copy for FunctionAttributes
impl Clone for FunctionAttributes
[src]
impl Clone for FunctionAttributes
fn clone(&self) -> FunctionAttributes
[src]
fn clone(&self) -> FunctionAttributes
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 FunctionAttributes
[src]
impl PartialEq for FunctionAttributes
fn eq(&self, other: &FunctionAttributes) -> bool
[src]
fn eq(&self, other: &FunctionAttributes) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for FunctionAttributes
[src]
impl Eq for FunctionAttributes
Auto Trait Implementations
impl Send for FunctionAttributes
impl Send for FunctionAttributes
impl Sync for FunctionAttributes
impl Sync for FunctionAttributes