#[repr(C)]pub struct GClosure {
pub ref_count: c_uint,
/* private fields */
}
Fields§
§ref_count: c_uint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GClosure
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