#[repr(C)]pub struct _GTlsClientConnectionInterface {
pub g_iface: GTypeInterface,
pub copy_session_state: Option<unsafe extern "C" fn(conn: *mut GTlsClientConnection, source: *mut GTlsClientConnection)>,
}
Expand description
GTlsClientConnectionInterface: @g_iface: The parent interface. @copy_session_state: Copies session state from one #GTlsClientConnection to another.
vtable for a #GTlsClientConnection implementation.
Since: 2.26
Fields§
§g_iface: GTypeInterface
§copy_session_state: Option<unsafe extern "C" fn(conn: *mut GTlsClientConnection, source: *mut GTlsClientConnection)>
Trait Implementations§
Source§impl Clone for _GTlsClientConnectionInterface
impl Clone for _GTlsClientConnectionInterface
Source§fn clone(&self) -> _GTlsClientConnectionInterface
fn clone(&self) -> _GTlsClientConnectionInterface
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 _GTlsClientConnectionInterface
impl PartialEq for _GTlsClientConnectionInterface
Source§fn eq(&self, other: &_GTlsClientConnectionInterface) -> bool
fn eq(&self, other: &_GTlsClientConnectionInterface) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for _GTlsClientConnectionInterface
impl Eq for _GTlsClientConnectionInterface
impl StructuralPartialEq for _GTlsClientConnectionInterface
Auto Trait Implementations§
impl Freeze for _GTlsClientConnectionInterface
impl RefUnwindSafe for _GTlsClientConnectionInterface
impl Send for _GTlsClientConnectionInterface
impl Sync for _GTlsClientConnectionInterface
impl Unpin for _GTlsClientConnectionInterface
impl UnwindSafe for _GTlsClientConnectionInterface
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