[−][src]Struct pdb::UserDefinedTypeSymbol
pub struct UserDefinedTypeSymbol { pub type_index: TypeIndex, }
The information parsed from a symbol record with kind S_UDT
, or S_UDT_ST
.
Fields
type_index: TypeIndex
Trait Implementations
impl Debug for UserDefinedTypeSymbol
[src]
impl Debug for UserDefinedTypeSymbol
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 UserDefinedTypeSymbol
[src]
impl Copy for UserDefinedTypeSymbol
impl Clone for UserDefinedTypeSymbol
[src]
impl Clone for UserDefinedTypeSymbol
fn clone(&self) -> UserDefinedTypeSymbol
[src]
fn clone(&self) -> UserDefinedTypeSymbol
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 Eq for UserDefinedTypeSymbol
[src]
impl Eq for UserDefinedTypeSymbol
impl PartialEq for UserDefinedTypeSymbol
[src]
impl PartialEq for UserDefinedTypeSymbol
fn eq(&self, other: &UserDefinedTypeSymbol) -> bool
[src]
fn eq(&self, other: &UserDefinedTypeSymbol) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &UserDefinedTypeSymbol) -> bool
[src]
fn ne(&self, other: &UserDefinedTypeSymbol) -> bool
This method tests for !=
.
Auto Trait Implementations
impl Send for UserDefinedTypeSymbol
impl Send for UserDefinedTypeSymbol
impl Sync for UserDefinedTypeSymbol
impl Sync for UserDefinedTypeSymbol