pub struct ProgrammerSoundProperties<'prop> {
pub name: Utf8CString,
pub sound: &'prop mut Sound,
pub subsound_index: &'prop mut c_int,
}
Available on crate feature
studio
only.Expand description
Describes a programmer sound.
Fields§
§name: Utf8CString
Name of the programmer instrument (set in FMOD Studio).
sound: &'prop mut Sound
Programmer-created sound.
subsound_index: &'prop mut c_int
Subsound index.
Trait Implementations§
Auto Trait Implementations§
impl<'prop> Freeze for ProgrammerSoundProperties<'prop>
impl<'prop> RefUnwindSafe for ProgrammerSoundProperties<'prop>
impl<'prop> Send for ProgrammerSoundProperties<'prop>
impl<'prop> Sync for ProgrammerSoundProperties<'prop>
impl<'prop> Unpin for ProgrammerSoundProperties<'prop>
impl<'prop> !UnwindSafe for ProgrammerSoundProperties<'prop>
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