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