#[repr(C)]pub struct CoglGtypeObject {
pub parent_instance: GTypeInstance,
pub dummy: c_uint,
}
Fields§
§parent_instance: GTypeInstance
§dummy: c_uint
Trait Implementations§
Source§impl Clone for CoglGtypeObject
impl Clone for CoglGtypeObject
Source§fn clone(&self) -> CoglGtypeObject
fn clone(&self) -> CoglGtypeObject
Returns a duplicate 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 CoglGtypeObject
impl Debug for CoglGtypeObject
impl Copy for CoglGtypeObject
Auto Trait Implementations§
impl Freeze for CoglGtypeObject
impl RefUnwindSafe for CoglGtypeObject
impl !Send for CoglGtypeObject
impl !Sync for CoglGtypeObject
impl Unpin for CoglGtypeObject
impl UnwindSafe for CoglGtypeObject
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