[−][src]Enum pdb::Indirection
pub enum Indirection {
None,
Pointer16,
FarPointer1616,
HugePointer1616,
Pointer32,
Pointer1632,
Pointer64,
}Variants
NonePointer1616-bit ("near") pointer
FarPointer161616:16 far pointer
HugePointer161616:16 huge pointer
Pointer3232-bit pointer
Pointer163248-bit 16:32 pointer
Pointer6464-bit pointer
Trait Implementations
impl Debug for Indirection[src]
impl Debug for Indirectionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Indirection[src]
impl Copy for Indirectionimpl Clone for Indirection[src]
impl Clone for Indirectionfn clone(&self) -> Indirection[src]
fn clone(&self) -> IndirectionReturns 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 Indirectionfn eq(&self, other: &Indirection) -> bool[src]
fn eq(&self, other: &Indirection) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Indirection[src]
impl Eq for IndirectionAuto Trait Implementations
impl Send for Indirection
impl Send for Indirectionimpl Sync for Indirection
impl Sync for Indirection