#[repr(C)]pub struct _GDtlsClientConnectionInterface {
pub g_iface: GTypeInterface,
}
Expand description
GDtlsClientConnectionInterface: @g_iface: The parent interface.
vtable for a #GDtlsClientConnection implementation.
Since: 2.48
Fields§
§g_iface: GTypeInterface
Trait Implementations§
Source§impl Clone for _GDtlsClientConnectionInterface
impl Clone for _GDtlsClientConnectionInterface
Source§fn clone(&self) -> _GDtlsClientConnectionInterface
fn clone(&self) -> _GDtlsClientConnectionInterface
Returns a copy 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 PartialEq for _GDtlsClientConnectionInterface
impl PartialEq for _GDtlsClientConnectionInterface
Source§fn eq(&self, other: &_GDtlsClientConnectionInterface) -> bool
fn eq(&self, other: &_GDtlsClientConnectionInterface) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for _GDtlsClientConnectionInterface
impl Eq for _GDtlsClientConnectionInterface
impl StructuralPartialEq for _GDtlsClientConnectionInterface
Auto Trait Implementations§
impl Freeze for _GDtlsClientConnectionInterface
impl RefUnwindSafe for _GDtlsClientConnectionInterface
impl Send for _GDtlsClientConnectionInterface
impl Sync for _GDtlsClientConnectionInterface
impl Unpin for _GDtlsClientConnectionInterface
impl UnwindSafe for _GDtlsClientConnectionInterface
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