#[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.6.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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)