Struct windows::Devices::Lights::Effects::ILampArrayEffectPlaylist_Vtbl
#[repr(C)]pub struct ILampArrayEffectPlaylist_Vtbl {
pub base__: IInspectable_Vtbl,
pub Append: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub OverrideZIndex: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EffectStartMode: unsafe extern "system" fn(_: *mut c_void, _: *mut LampArrayEffectStartMode) -> HRESULT,
pub SetEffectStartMode: unsafe extern "system" fn(_: *mut c_void, _: LampArrayEffectStartMode) -> HRESULT,
pub Occurrences: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetOccurrences: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub RepetitionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut LampArrayRepetitionMode) -> HRESULT,
pub SetRepetitionMode: unsafe extern "system" fn(_: *mut c_void, _: LampArrayRepetitionMode) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Append: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§OverrideZIndex: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Start: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Stop: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§EffectStartMode: unsafe extern "system" fn(_: *mut c_void, _: *mut LampArrayEffectStartMode) -> HRESULT
§SetEffectStartMode: unsafe extern "system" fn(_: *mut c_void, _: LampArrayEffectStartMode) -> HRESULT
§Occurrences: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetOccurrences: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§RepetitionMode: unsafe extern "system" fn(_: *mut c_void, _: *mut LampArrayRepetitionMode) -> HRESULT
§SetRepetitionMode: unsafe extern "system" fn(_: *mut c_void, _: LampArrayRepetitionMode) -> HRESULT
Auto Trait Implementations§
impl Freeze for ILampArrayEffectPlaylist_Vtbl
impl RefUnwindSafe for ILampArrayEffectPlaylist_Vtbl
impl Send for ILampArrayEffectPlaylist_Vtbl
impl Sync for ILampArrayEffectPlaylist_Vtbl
impl Unpin for ILampArrayEffectPlaylist_Vtbl
impl UnwindSafe for ILampArrayEffectPlaylist_Vtbl
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