#[repr(C)]pub struct _GTlsFileDatabaseInterface {
pub g_iface: GTypeInterface,
pub padding: [gpointer; 8],
}Fields§
§g_iface: GTypeInterface§padding: [gpointer; 8]Trait Implementations§
Auto 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