Struct frida_gum::MatchPattern
source · pub struct MatchPattern { /* private fields */ }
Implementations§
source§impl MatchPattern
impl MatchPattern
pub fn from_string(pattern: &str) -> Option<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatchPattern
impl RefUnwindSafe for MatchPattern
impl !Send for MatchPattern
impl !Sync for MatchPattern
impl Unpin for MatchPattern
impl UnwindSafe for MatchPattern
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