#[repr(C)]pub struct FFSoundOptions {
pub moduleInfo: FFModuleBaseInfo,
pub moduleArgs: FFModuleArgs,
pub soundType: FFSoundType,
pub percent: FFPercentageModuleConfig,
}
Fields§
§moduleInfo: FFModuleBaseInfo
§moduleArgs: FFModuleArgs
§soundType: FFSoundType
§percent: FFPercentageModuleConfig
Trait Implementations§
Source§impl Clone for FFSoundOptions
impl Clone for FFSoundOptions
Source§fn clone(&self) -> FFSoundOptions
fn clone(&self) -> FFSoundOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FFSoundOptions
impl Debug for FFSoundOptions
impl Copy for FFSoundOptions
Auto Trait Implementations§
impl Freeze for FFSoundOptions
impl RefUnwindSafe for FFSoundOptions
impl !Send for FFSoundOptions
impl !Sync for FFSoundOptions
impl Unpin for FFSoundOptions
impl UnwindSafe for FFSoundOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more