#[repr(C)]pub struct _GDtlsClientConnectionInterface {
pub g_iface: GTypeInterface,
}Fields§
§g_iface: GTypeInterfaceTrait Implementations§
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