Struct gobject_sys::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
impl Copy 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