Enum frida_gum::interceptor::PointCut
source · pub enum PointCut {
Enter,
Leave,
}
Available on crate feature
invocation-listener
only.Expand description
Represents the points at which an InvocationContext
can exist.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PointCut
impl RefUnwindSafe for PointCut
impl Send for PointCut
impl Sync for PointCut
impl Unpin for PointCut
impl UnwindSafe for PointCut
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more