#[repr(C)]pub struct OBJECT_AUDIO_PARAM {
pub vol_l: f32,
pub vol_r: f32,
}Expand description
オブジェクトの音声パラメータ構造体
Fields§
§vol_l: f32音量倍率 (1.0=等倍)
vol_r: f32Auto Trait Implementations§
impl Freeze for OBJECT_AUDIO_PARAM
impl RefUnwindSafe for OBJECT_AUDIO_PARAM
impl Send for OBJECT_AUDIO_PARAM
impl Sync for OBJECT_AUDIO_PARAM
impl Unpin for OBJECT_AUDIO_PARAM
impl UnsafeUnpin for OBJECT_AUDIO_PARAM
impl UnwindSafe for OBJECT_AUDIO_PARAM
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