Struct frida_sys::_GNotification
source · [−]#[repr(C)]pub struct _GNotification { /* private fields */ }Trait Implementations
sourceimpl Clone for _GNotification
impl Clone for _GNotification
sourcefn clone(&self) -> _GNotification
fn clone(&self) -> _GNotification
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 _GNotification
impl Debug for _GNotification
impl Copy for _GNotification
Auto Trait Implementations
impl RefUnwindSafe for _GNotification
impl Send for _GNotification
impl Sync for _GNotification
impl Unpin for _GNotification
impl UnwindSafe for _GNotification
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