Struct lldb::SBType
[−]
[src]
pub struct SBType {
pub raw: SBTypeRef,
}Fields
raw: SBTypeRef
The underlying raw SBTypeRef.
Methods
impl SBType[src]
fn wrap(raw: SBTypeRef) -> SBType[src]
Construct a new SBType.
fn maybe_wrap(raw: SBTypeRef) -> Option<SBType>[src]
Construct a new Some(SBType) or None.
fn is_valid(&self) -> bool[src]
Check whether or not this is a valid SBType value.