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