Union glib_sys::GVariantBuilder_u
source · [−]#[repr(C)]
pub union GVariantBuilder_u {
pub s: GVariantBuilder_u_s,
pub x: [size_t; 16],
}
Fields
s: GVariantBuilder_u_s
x: [size_t; 16]
Trait Implementations
sourceimpl Clone for GVariantBuilder_u
impl Clone for GVariantBuilder_u
sourcefn clone(&self) -> GVariantBuilder_u
fn clone(&self) -> GVariantBuilder_u
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GVariantBuilder_u
impl Debug for GVariantBuilder_u
impl Copy for GVariantBuilder_u
Auto Trait Implementations
impl RefUnwindSafe for GVariantBuilder_u
impl !Send for GVariantBuilder_u
impl !Sync for GVariantBuilder_u
impl Unpin for GVariantBuilder_u
impl UnwindSafe for GVariantBuilder_u
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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