Union glib_sys::GVariantDict_u
source · #[repr(C)]
pub union GVariantDict_u {
pub s: GVariantDict_u_s,
pub x: [uintptr_t; 16],
}
Fields§
§s: GVariantDict_u_s
§x: [uintptr_t; 16]
Trait Implementations§
source§impl Clone for GVariantDict_u
impl Clone for GVariantDict_u
source§fn clone(&self) -> GVariantDict_u
fn clone(&self) -> GVariantDict_u
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 GVariantDict_u
impl Debug for GVariantDict_u
impl Copy for GVariantDict_u
Auto Trait Implementations§
impl RefUnwindSafe for GVariantDict_u
impl !Send for GVariantDict_u
impl !Sync for GVariantDict_u
impl Unpin for GVariantDict_u
impl UnwindSafe for GVariantDict_u
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