Struct lldb::SBEvent [] [src]

pub struct SBEvent {
    pub raw: SBEventRef,
}

An event.

Fields

The underlying raw SBEventRef.

Methods

impl SBEvent
[src]

[src]

Construct a new SBEvent.

[src]

Construct a new Some(SBEvent) or None.

[src]

Check whether or not this is a valid SBEvent value.

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for SBEvent
[src]

[src]

Formats the value using the given formatter.

impl Drop for SBEvent
[src]

[src]

Executes the destructor for this type. Read more