Enum gimli::AttributeForm [] [src]

pub enum AttributeForm {
    Addr,
    Block2,
    Block4,
    Data2,
    Data4,
    Data8,
    String,
    Block,
    Block1,
    Data1,
    Flag,
    Sdata,
    Strp,
    Udata,
    RefAddr,
    Ref1,
    Ref2,
    Ref4,
    Ref8,
    RefUdata,
    Indirect,
    SecOffset,
    Exprloc,
    FlagPresent,
    RefSig8,
}

The type and encoding of an attribute, aka DW_FORM_whatever in the standard.

DWARF standard 4, section 7.5.4, page 160

Variants

AddrBlock2Block4Data2Data4Data8StringBlockBlock1Data1FlagSdataStrpUdataRefAddrRef1Ref2Ref4Ref8RefUdataIndirectSecOffsetExprlocFlagPresentRefSig8

Trait Implementations

impl Eq for AttributeForm
[src]

impl PartialEq for AttributeForm
[src]

fn eq(&self, __arg_0: &AttributeForm) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Copy for AttributeForm
[src]

impl Clone for AttributeForm
[src]

fn clone(&self) -> AttributeForm

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for AttributeForm
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.