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