Struct glib_sys::GVariantIter
source · #[repr(C)]pub struct GVariantIter {
pub x: [uintptr_t; 16],
}
Fields§
§x: [uintptr_t; 16]
Trait Implementations§
source§impl Clone for GVariantIter
impl Clone for GVariantIter
source§fn clone(&self) -> GVariantIter
fn clone(&self) -> GVariantIter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GVariantIter
impl Debug for GVariantIter
impl Copy for GVariantIter
Auto Trait Implementations§
impl RefUnwindSafe for GVariantIter
impl Send for GVariantIter
impl Sync for GVariantIter
impl Unpin for GVariantIter
impl UnwindSafe for GVariantIter
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