#[repr(C)]pub struct AKRESULT {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AKRESULT
impl AKRESULT
pub fn ak_not_implemented() -> Self
pub fn ak_success() -> Self
pub fn ak_fail() -> Self
pub fn ak_partial_success() -> Self
pub fn ak_not_compatible() -> Self
pub fn ak_already_connected() -> Self
pub fn ak_invalid_file() -> Self
pub fn ak_audio_file_header_too_large() -> Self
pub fn ak_max_reached() -> Self
pub fn ak_invalid_id() -> Self
pub fn ak_id_not_found() -> Self
pub fn ak_invalid_instance_id() -> Self
pub fn ak_no_more_data() -> Self
pub fn ak_invalid_state_group() -> Self
pub fn ak_child_already_has_a_parent() -> Self
pub fn ak_invalid_language() -> Self
pub fn ak_cannot_add_itsefl_as_a_child() -> Self
pub fn ak_invalid_parameter() -> Self
pub fn ak_element_already_in_list() -> Self
pub fn ak_path_not_found() -> Self
pub fn ak_path_no_vertices() -> Self
pub fn ak_path_not_running() -> Self
pub fn ak_path_not_paused() -> Self
pub fn ak_path_node_already_in_list() -> Self
pub fn ak_path_node_not_in_list() -> Self
pub fn ak_data_needed() -> Self
pub fn ak_no_data_needed() -> Self
pub fn ak_data_ready() -> Self
pub fn ak_no_data_ready() -> Self
pub fn ak_insufficient_memory() -> Self
pub fn ak_cancelled() -> Self
pub fn ak_unknown_bank_id() -> Self
pub fn ak_bank_read_error() -> Self
pub fn ak_invalid_switch_type() -> Self
pub fn ak_format_not_ready() -> Self
pub fn ak_wrong_bank_version() -> Self
pub fn ak_file_not_found() -> Self
pub fn ak_device_not_ready() -> Self
pub fn ak_bank_already_loaded() -> Self
pub fn ak_rendered_fx() -> Self
pub fn ak_process_needed() -> Self
pub fn ak_process_done() -> Self
pub fn ak_mem_manager_not_initialized() -> Self
pub fn ak_stream_mgr_not_initialized() -> Self
pub fn ak_sse_instructions_not_supported() -> Self
pub fn ak_busy() -> Self
pub fn ak_unsupported_channel_config() -> Self
pub fn ak_plugin_media_not_available() -> Self
pub fn ak_must_be_virtualized() -> Self
pub fn ak_command_too_large() -> Self
pub fn ak_rejected_by_filter() -> Self
pub fn ak_invalid_custom_platform_name() -> Self
pub fn ak_dll_cannot_load() -> Self
pub fn ak_dll_path_not_found() -> Self
pub fn ak_no_java_vm() -> Self
pub fn ak_open_sl_error() -> Self
pub fn ak_plugin_not_registered() -> Self
pub fn ak_data_alignment_error() -> Self
pub fn ak_device_not_compatible() -> Self
pub fn ak_duplicate_unique_id() -> Self
pub fn ak_init_bank_not_loaded() -> Self
pub fn ak_device_not_found() -> Self
pub fn ak_playing_id_not_found() -> Self
pub fn ak_invalid_float_value() -> Self
pub fn ak_file_format_mismatch() -> Self
pub fn ak_no_distinct_listener() -> Self
pub fn ak_acp_error() -> Self
pub fn ak_resource_in_use() -> Self
Trait Implementations§
Source§impl ClassIdentity for AKRESULT
impl ClassIdentity for AKRESULT
impl Copy for AKRESULT
impl Eq for AKRESULT
impl StructuralPartialEq for AKRESULT
Auto Trait Implementations§
impl Freeze for AKRESULT
impl RefUnwindSafe for AKRESULT
impl Send for AKRESULT
impl Sync for AKRESULT
impl Unpin for AKRESULT
impl UnwindSafe for AKRESULT
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)