Struct libvips_rs::bindings::_GTypeValueTable
source · #[repr(C)]pub struct _GTypeValueTable {
pub value_init: Option<unsafe extern "C" fn(value: *mut GValue)>,
pub value_free: Option<unsafe extern "C" fn(value: *mut GValue)>,
pub value_copy: Option<unsafe extern "C" fn(src_value: *const GValue, dest_value: *mut GValue)>,
pub value_peek_pointer: Option<unsafe extern "C" fn(value: *const GValue) -> gpointer>,
pub collect_format: *const gchar,
pub collect_value: Option<unsafe extern "C" fn(value: *mut GValue, n_collect_values: guint, collect_values: *mut GTypeCValue, collect_flags: guint) -> *mut gchar>,
pub lcopy_format: *const gchar,
pub lcopy_value: Option<unsafe extern "C" fn(value: *const GValue, n_collect_values: guint, collect_values: *mut GTypeCValue, collect_flags: guint) -> *mut gchar>,
}
Fields§
§value_init: Option<unsafe extern "C" fn(value: *mut GValue)>
§value_free: Option<unsafe extern "C" fn(value: *mut GValue)>
§value_copy: Option<unsafe extern "C" fn(src_value: *const GValue, dest_value: *mut GValue)>
§value_peek_pointer: Option<unsafe extern "C" fn(value: *const GValue) -> gpointer>
§collect_format: *const gchar
§collect_value: Option<unsafe extern "C" fn(value: *mut GValue, n_collect_values: guint, collect_values: *mut GTypeCValue, collect_flags: guint) -> *mut gchar>
§lcopy_format: *const gchar
§lcopy_value: Option<unsafe extern "C" fn(value: *const GValue, n_collect_values: guint, collect_values: *mut GTypeCValue, collect_flags: guint) -> *mut gchar>
Trait Implementations§
source§impl Clone for _GTypeValueTable
impl Clone for _GTypeValueTable
source§fn clone(&self) -> _GTypeValueTable
fn clone(&self) -> _GTypeValueTable
Returns a copy 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
source§impl PartialEq<_GTypeValueTable> for _GTypeValueTable
impl PartialEq<_GTypeValueTable> for _GTypeValueTable
source§fn eq(&self, other: &_GTypeValueTable) -> bool
fn eq(&self, other: &_GTypeValueTable) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _GTypeValueTable
impl Eq for _GTypeValueTable
impl StructuralEq for _GTypeValueTable
impl StructuralPartialEq for _GTypeValueTable
Auto Trait Implementations§
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