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