Struct libvips_rs::bindings::_GTypeInterface
source · #[repr(C)]pub struct _GTypeInterface {
pub g_type: GType,
pub g_instance_type: GType,
}
Fields§
§g_type: GType
§g_instance_type: GType
Trait Implementations§
source§impl Clone for _GTypeInterface
impl Clone for _GTypeInterface
source§fn clone(&self) -> _GTypeInterface
fn clone(&self) -> _GTypeInterface
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 _GTypeInterface
impl Debug for _GTypeInterface
source§impl PartialEq<_GTypeInterface> for _GTypeInterface
impl PartialEq<_GTypeInterface> for _GTypeInterface
source§fn eq(&self, other: &_GTypeInterface) -> bool
fn eq(&self, other: &_GTypeInterface) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _GTypeInterface
impl Eq for _GTypeInterface
impl StructuralEq for _GTypeInterface
impl StructuralPartialEq for _GTypeInterface
Auto Trait Implementations§
impl RefUnwindSafe for _GTypeInterface
impl Send for _GTypeInterface
impl Sync for _GTypeInterface
impl Unpin for _GTypeInterface
impl UnwindSafe for _GTypeInterface
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