#[repr(C)]pub struct _GTypeValueTable {
pub value_init: GTypeValueInitFunc,
pub value_free: GTypeValueFreeFunc,
pub value_copy: GTypeValueCopyFunc,
pub value_peek_pointer: GTypeValuePeekPointerFunc,
pub collect_format: *const gchar,
pub collect_value: GTypeValueCollectFunc,
pub lcopy_format: *const gchar,
pub lcopy_value: GTypeValueLCopyFunc,
}Fields§
§value_init: GTypeValueInitFunc§value_free: GTypeValueFreeFunc§value_copy: GTypeValueCopyFunc§value_peek_pointer: GTypeValuePeekPointerFunc§collect_format: *const gchar§collect_value: GTypeValueCollectFunc§lcopy_format: *const gchar§lcopy_value: GTypeValueLCopyFuncTrait Implementations§
Source§impl Clone for _GTypeValueTable
impl Clone for _GTypeValueTable
Source§fn clone(&self) -> _GTypeValueTable
fn clone(&self) -> _GTypeValueTable
Returns a duplicate 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 _GTypeValueTable
impl Debug for _GTypeValueTable
impl Copy for _GTypeValueTable
Auto Trait Implementations§
impl Freeze for _GTypeValueTable
impl RefUnwindSafe for _GTypeValueTable
impl !Send for _GTypeValueTable
impl !Sync for _GTypeValueTable
impl Unpin for _GTypeValueTable
impl UnwindSafe for _GTypeValueTable
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