Enum mlua::DebugEvent
source · [−]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)
Trait Implementations
sourceimpl Clone for DebugEvent
impl Clone for DebugEvent
sourcefn clone(&self) -> DebugEvent
fn clone(&self) -> DebugEvent
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DebugEvent
impl Debug for DebugEvent
sourceimpl PartialEq<DebugEvent> for DebugEvent
impl PartialEq<DebugEvent> for DebugEvent
sourcefn eq(&self, other: &DebugEvent) -> bool
fn eq(&self, other: &DebugEvent) -> bool
impl Copy for DebugEvent
impl Eq for DebugEvent
impl StructuralEq for DebugEvent
impl StructuralPartialEq for DebugEvent
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more