#[repr(C)]pub struct GValue {
pub g_type: GType,
pub data: [GValue_data; 2],
}
Fields§
§g_type: GType
§data: [GValue_data; 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)