Struct frida_gum::stalker::NoneEventSink
source · pub struct NoneEventSink;
Available on crate feature
event-sink
only.Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoneEventSink
impl RefUnwindSafe for NoneEventSink
impl Send for NoneEventSink
impl Sync for NoneEventSink
impl Unpin for NoneEventSink
impl UnwindSafe for NoneEventSink
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