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