Struct lldb::SBListener [] [src]

pub struct SBListener {
    pub raw: SBListenerRef,
}

Listen for debugger events.

Fields

The underlying raw SBListenerRef.

Methods

impl SBListener
[src]

[src]

Construct a new SBListener.

[src]

Construct a new SBListener.

[src]

Construct a new Some(SBListener) or None.

[src]

Check whether or not this is a valid SBListener value.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for SBListener
[src]

[src]

Formats the value using the given formatter.

impl Default for SBListener
[src]

[src]

Returns the "default value" for a type. Read more

impl Drop for SBListener
[src]

[src]

Executes the destructor for this type. Read more