#[repr(C)]pub struct WwiseObjectType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Source§impl WwiseObjectType
impl WwiseObjectType
pub fn none() -> Self
pub fn aux_bus() -> Self
pub fn bus() -> Self
pub fn event() -> Self
pub fn folder() -> Self
pub fn physical_folder() -> Self
pub fn project() -> Self
pub fn soundbank() -> Self
pub fn state() -> Self
pub fn state_group() -> Self
pub fn switch() -> Self
pub fn switch_group() -> Self
pub fn work_unit() -> Self
pub fn game_parameter() -> Self
pub fn trigger() -> Self
pub fn acoustic_texture() -> Self
Trait Implementations§
Source§impl ClassIdentity for WwiseObjectType
impl ClassIdentity for WwiseObjectType
Source§impl Clone for WwiseObjectType
impl Clone for WwiseObjectType
Source§fn clone(&self) -> WwiseObjectType
fn clone(&self) -> WwiseObjectType
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 WwiseObjectType
impl Debug for WwiseObjectType
Source§impl PartialEq for WwiseObjectType
impl PartialEq for WwiseObjectType
impl Copy for WwiseObjectType
impl Eq for WwiseObjectType
impl StructuralPartialEq for WwiseObjectType
Auto Trait Implementations§
impl Freeze for WwiseObjectType
impl RefUnwindSafe for WwiseObjectType
impl Send for WwiseObjectType
impl Sync for WwiseObjectType
impl Unpin for WwiseObjectType
impl UnwindSafe for WwiseObjectType
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)