Struct gobject_sys::GClosure
source · [−]#[repr(C)]pub struct GClosure {
pub ref_count: c_uint,
/* private fields */
}
Fields
ref_count: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GClosure
impl Send for GClosure
impl Sync for GClosure
impl Unpin for GClosure
impl UnwindSafe for GClosure
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