Struct lldb::SBData [] [src]

pub struct SBData {
    pub raw: SBDataRef,
}

A block of data.

Fields

The underlying raw SBDataRef.

Methods

impl SBData
[src]

[src]

Construct a new SBData.

[src]

Construct a new Some(SBData) or None.

[src]

Check whether or not this is a valid SBData value.

Trait Implementations

impl Debug for SBData
[src]

[src]

Formats the value using the given formatter.

impl Drop for SBData
[src]

[src]

Executes the destructor for this type. Read more