[−][src]Enum pdb::ClassKind
pub enum ClassKind { Class, Struct, Interface, }
Used by ClassType
to distinguish class-like concepts.
Variants
Class
Struct
Interface
Trait Implementations
impl Debug for ClassKind
[src]
impl Debug for ClassKind
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 ClassKind
[src]
impl Copy for ClassKind
impl Clone for ClassKind
[src]
impl Clone for ClassKind
fn clone(&self) -> ClassKind
[src]
fn clone(&self) -> ClassKind
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 ClassKind
[src]
impl PartialEq for ClassKind
fn eq(&self, other: &ClassKind) -> bool
[src]
fn eq(&self, other: &ClassKind) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for ClassKind
[src]
impl Eq for ClassKind