#[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: FFPercentageModuleConfigTrait Implementations§
Source§impl Clone for FFSoundOptions
impl Clone for FFSoundOptions
Source§fn clone(&self) -> FFSoundOptions
fn clone(&self) -> FFSoundOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FFSoundOptions
Auto Trait Implementations§
impl !Send for FFSoundOptions
impl !Sync for FFSoundOptions
impl Freeze for FFSoundOptions
impl RefUnwindSafe for FFSoundOptions
impl Unpin for FFSoundOptions
impl UnsafeUnpin 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