#[repr(C)]pub struct SLEffectSendItf_ {
pub EnableEffectSend: Option<unsafe extern "C" fn(self_: SLEffectSendItf, pAuxEffect: *const c_void, enable: SLboolean, initialLevel: SLmillibel) -> SLresult>,
pub IsEnabled: Option<unsafe extern "C" fn(self_: SLEffectSendItf, pAuxEffect: *const c_void, pEnable: *mut SLboolean) -> SLresult>,
pub SetDirectLevel: Option<unsafe extern "C" fn(self_: SLEffectSendItf, directLevel: SLmillibel) -> SLresult>,
pub GetDirectLevel: Option<unsafe extern "C" fn(self_: SLEffectSendItf, pDirectLevel: *mut SLmillibel) -> SLresult>,
pub SetSendLevel: Option<unsafe extern "C" fn(self_: SLEffectSendItf, pAuxEffect: *const c_void, sendLevel: SLmillibel) -> SLresult>,
pub GetSendLevel: Option<unsafe extern "C" fn(self_: SLEffectSendItf, pAuxEffect: *const c_void, pSendLevel: *mut SLmillibel) -> SLresult>,
}Fields§
§EnableEffectSend: Option<unsafe extern "C" fn(self_: SLEffectSendItf, pAuxEffect: *const c_void, enable: SLboolean, initialLevel: SLmillibel) -> SLresult>§IsEnabled: Option<unsafe extern "C" fn(self_: SLEffectSendItf, pAuxEffect: *const c_void, pEnable: *mut SLboolean) -> SLresult>§SetDirectLevel: Option<unsafe extern "C" fn(self_: SLEffectSendItf, directLevel: SLmillibel) -> SLresult>§GetDirectLevel: Option<unsafe extern "C" fn(self_: SLEffectSendItf, pDirectLevel: *mut SLmillibel) -> SLresult>§SetSendLevel: Option<unsafe extern "C" fn(self_: SLEffectSendItf, pAuxEffect: *const c_void, sendLevel: SLmillibel) -> SLresult>§GetSendLevel: Option<unsafe extern "C" fn(self_: SLEffectSendItf, pAuxEffect: *const c_void, pSendLevel: *mut SLmillibel) -> SLresult>Trait Implementations§
Source§impl Clone for SLEffectSendItf_
impl Clone for SLEffectSendItf_
Source§fn clone(&self) -> SLEffectSendItf_
fn clone(&self) -> SLEffectSendItf_
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 SLEffectSendItf_
impl Debug for SLEffectSendItf_
impl Copy for SLEffectSendItf_
Auto Trait Implementations§
impl Freeze for SLEffectSendItf_
impl RefUnwindSafe for SLEffectSendItf_
impl Send for SLEffectSendItf_
impl Sync for SLEffectSendItf_
impl Unpin for SLEffectSendItf_
impl UnwindSafe for SLEffectSendItf_
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