#[repr(C)]pub struct AkPluginType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AkPluginType
impl AkPluginType
pub fn ak_plugin_type_none() -> Self
pub fn ak_plugin_type_codec() -> Self
pub fn ak_plugin_type_source() -> Self
pub fn ak_plugin_type_effect() -> Self
pub fn ak_plugin_type_mixer() -> Self
pub fn ak_plugin_type_sink() -> Self
pub fn ak_plugin_type_global_extension() -> Self
pub fn ak_plugin_type_mask() -> Self
Trait Implementations§
Source§impl ClassIdentity for AkPluginType
impl ClassIdentity for AkPluginType
Source§impl Clone for AkPluginType
impl Clone for AkPluginType
Source§fn clone(&self) -> AkPluginType
fn clone(&self) -> AkPluginType
Returns a duplicate 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 moreSource§impl Debug for AkPluginType
impl Debug for AkPluginType
Source§impl PartialEq for AkPluginType
impl PartialEq for AkPluginType
impl Copy for AkPluginType
impl Eq for AkPluginType
impl StructuralPartialEq for AkPluginType
Auto Trait Implementations§
impl Freeze for AkPluginType
impl RefUnwindSafe for AkPluginType
impl Send for AkPluginType
impl Sync for AkPluginType
impl Unpin for AkPluginType
impl UnwindSafe for AkPluginType
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)