#[repr(C)]pub struct SoupCache {
pub parent_instance: GObject,
pub priv_: *mut SoupCachePrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut SoupCachePrivate
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SoupCache
impl RefUnwindSafe for SoupCache
impl !Send for SoupCache
impl !Sync for SoupCache
impl Unpin for SoupCache
impl UnwindSafe for SoupCache
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