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