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