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