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

source§

fn clone(&self) -> tag_dspHookCookie

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for tag_dspHookCookie

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for tag_dspHookCookie

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Copy for tag_dspHookCookie