pub struct GHook {
pub data: *mut c_void,
pub next: *mut GHook,
pub prev: *mut GHook,
pub ref_count: u32,
pub hook_id: u64,
pub flags: u32,
pub func: *mut c_void,
pub destroy: Option<unsafe extern "C" fn(_: *mut c_void)>,
}
Fields§
§data: *mut c_void
§next: *mut GHook
§prev: *mut GHook
§ref_count: u32
§hook_id: u64
§flags: u32
§func: *mut c_void
§destroy: Option<unsafe extern "C" fn(_: *mut c_void)>
Trait 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§
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
§fn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere U: RoundFrom<T>,
§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.