#[repr(C)]pub struct AkActionOnEventType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl AkActionOnEventType
impl AkActionOnEventType
pub fn ak_action_on_event_type_stop() -> Self
pub fn ak_action_on_event_type_pause() -> Self
pub fn ak_action_on_event_type_resume() -> Self
pub fn ak_action_on_event_type_break() -> Self
pub fn ak_action_on_event_type_release_envelope() -> Self
Trait Implementations§
Source§impl ClassIdentity for AkActionOnEventType
impl ClassIdentity for AkActionOnEventType
Source§impl Clone for AkActionOnEventType
impl Clone for AkActionOnEventType
Source§fn clone(&self) -> AkActionOnEventType
fn clone(&self) -> AkActionOnEventType
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 AkActionOnEventType
impl Debug for AkActionOnEventType
Source§impl PartialEq for AkActionOnEventType
impl PartialEq for AkActionOnEventType
impl Copy for AkActionOnEventType
impl Eq for AkActionOnEventType
impl StructuralPartialEq for AkActionOnEventType
Auto Trait Implementations§
impl Freeze for AkActionOnEventType
impl RefUnwindSafe for AkActionOnEventType
impl Send for AkActionOnEventType
impl Sync for AkActionOnEventType
impl Unpin for AkActionOnEventType
impl UnwindSafe for AkActionOnEventType
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)