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