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