Struct gobject_sys::GWeakRef
source · [−]#[repr(C)]pub struct GWeakRef {
pub priv_: GWeakRef_priv,
}
Fields
priv_: GWeakRef_priv
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GWeakRef
impl !Send for GWeakRef
impl !Sync for GWeakRef
impl Unpin for GWeakRef
impl UnwindSafe for GWeakRef
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more