Struct frida_sys::_GVariantBuilder
source · [−]#[repr(C)]pub struct _GVariantBuilder {
pub u: _GVariantBuilder__bindgen_ty_1,
}Fields
u: _GVariantBuilder__bindgen_ty_1Trait Implementations
sourceimpl Clone for _GVariantBuilder
impl Clone for _GVariantBuilder
sourcefn clone(&self) -> _GVariantBuilder
fn clone(&self) -> _GVariantBuilder
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 moreimpl Copy for _GVariantBuilder
Auto Trait Implementations
impl RefUnwindSafe for _GVariantBuilder
impl !Send for _GVariantBuilder
impl !Sync for _GVariantBuilder
impl Unpin for _GVariantBuilder
impl UnwindSafe for _GVariantBuilder
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