#[repr(C)]pub struct GHook {
pub data: gpointer,
pub next: *mut GHook,
pub prev: *mut GHook,
pub ref_count: c_uint,
pub hook_id: c_ulong,
pub flags: c_uint,
pub func: gpointer,
pub destroy: GDestroyNotify,
}Fields
data: gpointernext: *mut GHookprev: *mut GHookref_count: c_uinthook_id: c_ulongflags: c_uintfunc: gpointerdestroy: GDestroyNotifyTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GHook
impl !Send for GHook
impl !Sync for GHook
impl Unpin for GHook
impl UnwindSafe for GHook
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