Struct libretro_sys::AudioCallback[][src]

#[repr(C)]
pub struct AudioCallback { pub callback: AudioCallbackFn, pub set_state: AudioSetStateCallbackFn, }

Fields

Trait Implementations

impl Clone for AudioCallback
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AudioCallback
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations