#[repr(C)]pub struct EFFECT_ITEM_PARAM {
pub name: LPCWSTR,
pub value: LPCSTR,
}Expand description
エフェクト実行の設定パラメータ構造体
Fields§
§name: LPCWSTR設定名 ※エイリアスファイルの設定のキーの名称
value: LPCSTR設定値(UTF8) ※エイリアスファイルの設定値と同じフォーマット
Auto Trait Implementations§
impl !Send for EFFECT_ITEM_PARAM
impl !Sync for EFFECT_ITEM_PARAM
impl Freeze for EFFECT_ITEM_PARAM
impl RefUnwindSafe for EFFECT_ITEM_PARAM
impl Unpin for EFFECT_ITEM_PARAM
impl UnsafeUnpin for EFFECT_ITEM_PARAM
impl UnwindSafe for EFFECT_ITEM_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