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