Struct frida_sys::_GMenuAttributeIterClass
source · [−]#[repr(C)]pub struct _GMenuAttributeIterClass {
pub parent_class: GObjectClass,
pub get_next: Option<unsafe extern "C" fn(iter: *mut GMenuAttributeIter, out_name: *mut *const gchar, value: *mut *mut GVariant) -> gboolean>,
}Fields
parent_class: GObjectClassget_next: Option<unsafe extern "C" fn(iter: *mut GMenuAttributeIter, out_name: *mut *const gchar, value: *mut *mut GVariant) -> gboolean>Trait Implementations
sourceimpl Clone for _GMenuAttributeIterClass
impl Clone for _GMenuAttributeIterClass
sourcefn clone(&self) -> _GMenuAttributeIterClass
fn clone(&self) -> _GMenuAttributeIterClass
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 _GMenuAttributeIterClass
impl Debug for _GMenuAttributeIterClass
impl Copy for _GMenuAttributeIterClass
Auto Trait Implementations
impl RefUnwindSafe for _GMenuAttributeIterClass
impl !Send for _GMenuAttributeIterClass
impl !Sync for _GMenuAttributeIterClass
impl Unpin for _GMenuAttributeIterClass
impl UnwindSafe for _GMenuAttributeIterClass
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