[−][src]Enum pdb::Indirection
pub enum Indirection { None, Pointer16, FarPointer1616, HugePointer1616, Pointer32, Pointer1632, Pointer64, }
Variants
None
Pointer16
16-bit ("near") pointer
FarPointer1616
16:16 far pointer
HugePointer1616
16:16 huge pointer
Pointer32
32-bit pointer
Pointer1632
48-bit 16:32 pointer
Pointer64
64-bit pointer
Trait Implementations
impl Debug for Indirection
[src]
impl Debug for Indirection
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 Indirection
[src]
impl Copy for Indirection
impl Clone for Indirection
[src]
impl Clone for Indirection
fn clone(&self) -> Indirection
[src]
fn clone(&self) -> Indirection
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 PartialEq for Indirection
[src]
impl PartialEq for Indirection
fn eq(&self, other: &Indirection) -> bool
[src]
fn eq(&self, other: &Indirection) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for Indirection
[src]
impl Eq for Indirection
Auto Trait Implementations
impl Send for Indirection
impl Send for Indirection
impl Sync for Indirection
impl Sync for Indirection