Struct pdb::TypeIndex[][src]

pub struct TypeIndex(pub u32);

Index of TypeData in the TypeInformation stream.

If this index is a cross module reference, it must be resolved before lookup in the stream.

Trait Implementations

impl Clone for TypeIndex[src]

impl Copy for TypeIndex[src]

impl Debug for TypeIndex[src]

impl Default for TypeIndex[src]

impl Display for TypeIndex[src]

impl Eq for TypeIndex[src]

impl From<u32> for TypeIndex[src]

impl Hash for TypeIndex[src]

impl ItemIndex for TypeIndex[src]

impl Ord for TypeIndex[src]

impl PartialEq<TypeIndex> for TypeIndex[src]

impl PartialOrd<TypeIndex> for TypeIndex[src]

impl StructuralEq for TypeIndex[src]

impl StructuralPartialEq for TypeIndex[src]

impl<'a> TryFromCtx<'a, Endian, [u8]> for TypeIndex[src]

type Error = Error

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.