Type Alias ctru_sys::dspHookCookie
source · pub type dspHookCookie = tag_dspHookCookie;
Expand description
DSP hook cookie.
Aliased Type§
struct dspHookCookie {
pub next: *mut tag_dspHookCookie,
pub callback: Option<unsafe extern "C" fn(_: u8)>,
}
Fields§
§next: *mut tag_dspHookCookie
< Next cookie.
callback: Option<unsafe extern "C" fn(_: u8)>
< 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