#[repr(C)]pub struct tm_sound_source_component_t {
pub sound_id: tm_tt_id_t,
pub volume_db: f32,
pub pitch_octaves: f32,
pub min_distance: f32,
pub max_distance: f32,
pub spread: f32,
pub _padding_42: [i8; 4],
pub mixer_item: *mut tm_mixer_item_o,
}Fields§
§sound_id: tm_tt_id_t§volume_db: f32§pitch_octaves: f32§min_distance: f32§max_distance: f32§spread: f32§_padding_42: [i8; 4]§mixer_item: *mut tm_mixer_item_oTrait Implementations§
Source§impl Clone for tm_sound_source_component_t
impl Clone for tm_sound_source_component_t
Source§fn clone(&self) -> tm_sound_source_component_t
fn clone(&self) -> tm_sound_source_component_t
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 moreimpl Copy for tm_sound_source_component_t
Auto Trait Implementations§
impl Freeze for tm_sound_source_component_t
impl RefUnwindSafe for tm_sound_source_component_t
impl !Send for tm_sound_source_component_t
impl !Sync for tm_sound_source_component_t
impl Unpin for tm_sound_source_component_t
impl UnwindSafe for tm_sound_source_component_t
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