[−][src]Struct pdb::FieldAttributes
pub struct FieldAttributes(_);
Methods
impl FieldAttributes
[src]
impl FieldAttributes
pub fn access(&self) -> u8
[src]
pub fn access(&self) -> u8
pub fn is_static(&self) -> bool
[src]
pub fn is_static(&self) -> bool
pub fn is_virtual(&self) -> bool
[src]
pub fn is_virtual(&self) -> bool
pub fn is_pure_virtual(&self) -> bool
[src]
pub fn is_pure_virtual(&self) -> bool
pub fn is_intro_virtual(&self) -> bool
[src]
pub fn is_intro_virtual(&self) -> bool
Trait Implementations
impl Debug for FieldAttributes
[src]
impl Debug for FieldAttributes
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 FieldAttributes
[src]
impl Copy for FieldAttributes
impl Clone for FieldAttributes
[src]
impl Clone for FieldAttributes
fn clone(&self) -> FieldAttributes
[src]
fn clone(&self) -> FieldAttributes
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 FieldAttributes
[src]
impl PartialEq for FieldAttributes
fn eq(&self, other: &FieldAttributes) -> bool
[src]
fn eq(&self, other: &FieldAttributes) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &FieldAttributes) -> bool
[src]
fn ne(&self, other: &FieldAttributes) -> bool
This method tests for !=
.
impl Eq for FieldAttributes
[src]
impl Eq for FieldAttributes
Auto Trait Implementations
impl Send for FieldAttributes
impl Send for FieldAttributes
impl Sync for FieldAttributes
impl Sync for FieldAttributes