Struct lldb::SBCompileUnit [] [src]

pub struct SBCompileUnit {
    pub raw: SBCompileUnitRef,
}

A compilation unit or compiled source file.

Fields

The underlying raw SBCompileUnitRef.

Methods

impl SBCompileUnit
[src]

[src]

Construct a new SBCompileUnit.

[src]

Construct a new Some(SBCompileUnit) or None.

[src]

Check whether or not this is a valid SBCompileUnit value.

[src]

The source file for the compile unit.

[src]

The language for the compile unit.

Trait Implementations

impl Debug for SBCompileUnit
[src]

[src]

Formats the value using the given formatter.

impl Drop for SBCompileUnit
[src]

[src]

Executes the destructor for this type. Read more