[−][src]Struct pdb::MemberType
pub struct MemberType<'t> {
pub attributes: FieldAttributes,
pub field_type: TypeIndex,
pub offset: u16,
pub name: RawString<'t>,
}The information parsed from a type record with kind LF_MEMBER or LF_MEMBER_ST.
Fields
attributes: FieldAttributes
field_type: TypeIndex
offset: u16
name: RawString<'t>
Trait Implementations
impl<'t> Debug for MemberType<'t>[src]
impl<'t> Debug for MemberType<'t>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'t> Clone for MemberType<'t>[src]
impl<'t> Clone for MemberType<'t>fn clone(&self) -> MemberType<'t>[src]
fn clone(&self) -> MemberType<'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 MemberType<'t>[src]
impl<'t> PartialEq for MemberType<'t>fn eq(&self, other: &MemberType<'t>) -> bool[src]
fn eq(&self, other: &MemberType<'t>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &MemberType<'t>) -> bool[src]
fn ne(&self, other: &MemberType<'t>) -> boolThis method tests for !=.
impl<'t> Eq for MemberType<'t>[src]
impl<'t> Eq for MemberType<'t>Auto Trait Implementations
impl<'t> Send for MemberType<'t>
impl<'t> Send for MemberType<'t>impl<'t> Sync for MemberType<'t>
impl<'t> Sync for MemberType<'t>