pub struct ProgrammerSoundProperties {
pub name: String,
pub sound: Sound,
pub subsound_index: i32,
}
Fields§
§name: String
§sound: Sound
§subsound_index: i32
Trait Implementations§
Source§impl Clone for ProgrammerSoundProperties
impl Clone for ProgrammerSoundProperties
Source§fn clone(&self) -> ProgrammerSoundProperties
fn clone(&self) -> ProgrammerSoundProperties
Returns a duplicate 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 ProgrammerSoundProperties
impl Debug for ProgrammerSoundProperties
Source§impl Into<FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES> for ProgrammerSoundProperties
impl Into<FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES> for ProgrammerSoundProperties
Source§fn into(self) -> FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES
fn into(self) -> FMOD_STUDIO_PROGRAMMER_SOUND_PROPERTIES
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for ProgrammerSoundProperties
impl RefUnwindSafe for ProgrammerSoundProperties
impl Send for ProgrammerSoundProperties
impl Sync for ProgrammerSoundProperties
impl Unpin for ProgrammerSoundProperties
impl UnwindSafe for ProgrammerSoundProperties
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