Struct rrise::settings::AkMusicSettings
source · [−]#[repr(C)]pub struct AkMusicSettings {
pub fStreamingLookAheadRatio: f32,
}Expand description
Platform-independent initialization settings of the music engine \sa
- AK::MusicEngine::Init()
- \ref soundengine_integration_init_advanced
Fields
fStreamingLookAheadRatio: f32Multiplication factor for all streaming look-ahead heuristic values.
Trait Implementations
sourceimpl Clone for AkMusicSettings
impl Clone for AkMusicSettings
sourcefn clone(&self) -> AkMusicSettings
fn clone(&self) -> AkMusicSettings
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AkMusicSettings
impl Debug for AkMusicSettings
sourceimpl Default for AkMusicSettings
impl Default for AkMusicSettings
impl Copy for AkMusicSettings
Auto Trait Implementations
impl RefUnwindSafe for AkMusicSettings
impl Send for AkMusicSettings
impl Sync for AkMusicSettings
impl Unpin for AkMusicSettings
impl UnwindSafe for AkMusicSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more