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