Struct ctru_sys::tag_aptHookCookie
source · #[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 copy 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 more