#[repr(C)]pub struct _GDtlsServerConnectionInterface {
pub g_iface: GTypeInterface,
}
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<_GDtlsServerConnectionInterface> for _GDtlsServerConnectionInterface
impl PartialEq<_GDtlsServerConnectionInterface> for _GDtlsServerConnectionInterface
source§fn eq(&self, other: &_GDtlsServerConnectionInterface) -> bool
fn eq(&self, other: &_GDtlsServerConnectionInterface) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for _GDtlsServerConnectionInterface
impl Eq for _GDtlsServerConnectionInterface
impl StructuralEq for _GDtlsServerConnectionInterface
impl StructuralPartialEq for _GDtlsServerConnectionInterface
Auto Trait Implementations§
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