Enum mlua::DebugEvent [−][src]
pub enum DebugEvent {
Call,
Ret,
TailCall,
Line,
Count,
Unknown(c_int),
}Expand description
Represents a specific event that triggered the hook.
Variants
Call
Ret
TailCall
Line
Count
Unknown(c_int)
Tuple Fields
0: c_intTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DebugEvent
impl Send for DebugEvent
impl Sync for DebugEvent
impl Unpin for DebugEvent
impl UnwindSafe for DebugEvent
Blanket Implementations
Mutably borrows from an owned value. Read more