#[repr(C)]pub struct PF_SourceSettingsSuite {
pub PerformSourceSettingsCommand: Option<unsafe extern "C" fn(inEffectRef: PF_ProgPtr, ioCommandStruct: *mut c_void, inDataSize: csSDK_uint32) -> PF_Err>,
pub SetIsSourceSettingsEffect: Option<unsafe extern "C" fn(inEffectRef: PF_ProgPtr, inIsSourceSettingsEffect: A_Boolean) -> PF_Err>,
}Fields§
§PerformSourceSettingsCommand: Option<unsafe extern "C" fn(inEffectRef: PF_ProgPtr, ioCommandStruct: *mut c_void, inDataSize: csSDK_uint32) -> PF_Err>§SetIsSourceSettingsEffect: Option<unsafe extern "C" fn(inEffectRef: PF_ProgPtr, inIsSourceSettingsEffect: A_Boolean) -> PF_Err>Trait Implementations§
Source§impl Clone for PF_SourceSettingsSuite
impl Clone for PF_SourceSettingsSuite
Source§fn clone(&self) -> PF_SourceSettingsSuite
fn clone(&self) -> PF_SourceSettingsSuite
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 PF_SourceSettingsSuite
impl Debug for PF_SourceSettingsSuite
impl Copy for PF_SourceSettingsSuite
Auto Trait Implementations§
impl Freeze for PF_SourceSettingsSuite
impl RefUnwindSafe for PF_SourceSettingsSuite
impl Send for PF_SourceSettingsSuite
impl Sync for PF_SourceSettingsSuite
impl Unpin for PF_SourceSettingsSuite
impl UnwindSafe for PF_SourceSettingsSuite
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