Struct lldb::SBEvent
[−]
[src]
pub struct SBEvent {
pub raw: SBEventRef,
}An event.
Fields
raw: SBEventRef
The underlying raw SBEventRef.
Methods
impl SBEvent[src]
pub fn wrap(raw: SBEventRef) -> SBEvent[src]
Construct a new SBEvent.
pub fn maybe_wrap(raw: SBEventRef) -> Option<SBEvent>[src]
Construct a new Some(SBEvent) or None.
pub fn is_valid(&self) -> bool[src]
Check whether or not this is a valid SBEvent value.
pub fn data_flavor(&self) -> &str[src]
pub fn event_type(&self) -> u32[src]
pub fn broadcaster(&self) -> SBBroadcaster[src]
pub fn broadcaster_class(&self) -> &str[src]
pub fn broadcaster_matches_ref(&self, broadcaster: &SBBroadcaster) -> bool[src]
Trait Implementations
impl Debug for SBEvent[src]
fn fmt(&self, fmt: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more