Struct gimli::CommonInformationEntry
[−]
[src]
pub struct CommonInformationEntry<'input, Endian> where Endian: Endianity {
// some fields omitted
}A Common Information Entry holds information that is shared among many Frame Description Entries. There is at least one CIE in every non-empty
.debug_framesection.
Methods
impl<'input, Endian> CommonInformationEntry<'input, Endian> where Endian: Endianity[src]
fn instructions(&self) -> CallFrameInstructionIter<'input, Endian>
Iterate over this CIE's initial instructions.
Can be used with
FallibleIterator.
Trait Implementations
impl<'input, Endian: Clone> Clone for CommonInformationEntry<'input, Endian> where Endian: Endianity[src]
fn clone(&self) -> CommonInformationEntry<'input, Endian>
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<'input, Endian: Debug> Debug for CommonInformationEntry<'input, Endian> where Endian: Endianity[src]
impl<'input, Endian: PartialEq> PartialEq for CommonInformationEntry<'input, Endian> where Endian: Endianity[src]
fn eq(&self, __arg_0: &CommonInformationEntry<'input, Endian>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &CommonInformationEntry<'input, Endian>) -> bool
This method tests for !=.