#[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: gpointer
§next: *mut GHook
§prev: *mut GHook
§ref_count: c_uint
§hook_id: c_ulong
§flags: c_uint
§func: gpointer
§destroy: GDestroyNotify
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GHook
impl RefUnwindSafe for GHook
impl !Send for GHook
impl !Sync for GHook
impl Unpin for GHook
impl UnwindSafe for GHook
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)