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§
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