pub struct GTlsFileDatabaseInterface {
pub g_iface: GTypeInterface,
/* private fields */
}Fields§
§g_iface: GTypeInterfaceAuto Trait Implementations§
impl Freeze for GTlsFileDatabaseInterface
impl RefUnwindSafe for GTlsFileDatabaseInterface
impl !Send for GTlsFileDatabaseInterface
impl !Sync for GTlsFileDatabaseInterface
impl Unpin for GTlsFileDatabaseInterface
impl UnwindSafe for GTlsFileDatabaseInterface
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