#[repr(C)]pub struct _GValue {
pub g_type: GType,
pub data: [_GValue__bindgen_ty_1; 2],
}Fields
g_type: GTypedata: [_GValue__bindgen_ty_1; 2]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _GValue
impl !Send for _GValue
impl !Sync for _GValue
impl Unpin for _GValue
impl UnwindSafe for _GValue
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