Struct gobject_sys::GWeakRef
source · #[repr(C)]pub struct GWeakRef {
pub priv_: GWeakRef_priv,
}
Fields§
§priv_: GWeakRef_priv
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GWeakRef
impl RefUnwindSafe for GWeakRef
impl !Send for GWeakRef
impl !Sync for GWeakRef
impl Unpin for GWeakRef
impl UnwindSafe for GWeakRef
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