Struct ctru_sys::tag_dspHookCookie
source · #[repr(C)]pub struct tag_dspHookCookie {
pub next: *mut tag_dspHookCookie,
pub callback: dspHookFn,
}
Expand description
DSP hook cookie.
Fields§
§next: *mut tag_dspHookCookie
< Next cookie.
callback: dspHookFn
< Hook callback.
Trait Implementations§
source§impl Clone for tag_dspHookCookie
impl Clone for tag_dspHookCookie
source§fn clone(&self) -> tag_dspHookCookie
fn clone(&self) -> tag_dspHookCookie
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