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