Struct lldb::SBSection [] [src]

pub struct SBSection {
    pub raw: SBSectionRef,
}

Fields

The underlying raw SBSectionRef.

Methods

impl SBSection
[src]

[src]

Construct a new SBSection.

[src]

Construct a new Some(SBSection) or None.

[src]

Check whether or not this is a valid SBSection value.

[src]

The section name.

[src]

The section parent, if there is one.

[src]

[src]

Get an iterator over the subsections known to this section instance.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for SBSection
[src]

[src]

Formats the value using the given formatter.

impl Drop for SBSection
[src]

[src]

Executes the destructor for this type. Read more