#[repr(C)]pub struct _GTypeInterface {
pub g_type: GType,
pub g_instance_type: GType,
}
Expand description
GTypeInterface:
An opaque structure used as the base of all interface types.
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 for _GTypeInterface
impl PartialEq for _GTypeInterface
impl Copy for _GTypeInterface
impl Eq for _GTypeInterface
impl StructuralPartialEq for _GTypeInterface
Auto Trait Implementations§
impl Freeze for _GTypeInterface
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