Enum pdb::Indirection [] [src]

pub enum Indirection {
    None,
    Pointer16,
    FarPointer1616,
    HugePointer1616,
    Pointer32,
    Pointer1632,
    Pointer64,
}

Variants

16-bit ("near") pointer

16:16 far pointer

16:16 huge pointer

32-bit pointer

48-bit 16:32 pointer

64-bit pointer

Trait Implementations

impl Debug for Indirection
[src]

Formats the value using the given formatter.

impl Copy for Indirection
[src]

impl Clone for Indirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Indirection
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Indirection
[src]