#[repr(C)]pub struct tag_aptHookCookie {
pub next: *mut tag_aptHookCookie,
pub callback: aptHookFn,
pub param: *mut c_void,
}Expand description
APT hook cookie.
Fields§
§next: *mut tag_aptHookCookie< Next cookie.
callback: aptHookFn< Hook callback.
param: *mut c_void< Callback parameter.
Trait Implementations§
Source§impl Clone for tag_aptHookCookie
impl Clone for tag_aptHookCookie
Source§fn clone(&self) -> tag_aptHookCookie
fn clone(&self) -> tag_aptHookCookie
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tag_aptHookCookie
impl Debug for tag_aptHookCookie
Source§impl Default for tag_aptHookCookie
impl Default for tag_aptHookCookie
impl Copy for tag_aptHookCookie
Auto Trait Implementations§
impl Freeze for tag_aptHookCookie
impl RefUnwindSafe for tag_aptHookCookie
impl !Send for tag_aptHookCookie
impl !Sync for tag_aptHookCookie
impl Unpin for tag_aptHookCookie
impl UnwindSafe for tag_aptHookCookie
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)