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