Struct lldb::SBType [] [src]

pub struct SBType {
    pub raw: SBTypeRef,
}

Fields

The underlying raw SBTypeRef.

Methods

impl SBType
[src]

[src]

Construct a new SBType.

[src]

Construct a new Some(SBType) or None.

[src]

Check whether or not this is a valid SBType value.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for SBType
[src]

[src]

Formats the value using the given formatter.

impl Drop for SBType
[src]

[src]

Executes the destructor for this type. Read more