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