Struct ILampArrayColorRampEffect_Vtbl
#[repr(C)]pub struct ILampArrayColorRampEffect_Vtbl {
pub base__: IInspectable_Vtbl,
pub Color: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT,
pub SetColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT,
pub RampDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetRampDuration: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub StartDelay: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetStartDelay: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub CompletionBehavior: unsafe extern "system" fn(_: *mut c_void, _: *mut LampArrayEffectCompletionBehavior) -> HRESULT,
pub SetCompletionBehavior: unsafe extern "system" fn(_: *mut c_void, _: LampArrayEffectCompletionBehavior) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§Color: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT§SetColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT§RampDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§SetRampDuration: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT§StartDelay: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§SetStartDelay: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT§CompletionBehavior: unsafe extern "system" fn(_: *mut c_void, _: *mut LampArrayEffectCompletionBehavior) -> HRESULT§SetCompletionBehavior: unsafe extern "system" fn(_: *mut c_void, _: LampArrayEffectCompletionBehavior) -> HRESULTAuto Trait Implementations§
impl Freeze for ILampArrayColorRampEffect_Vtbl
impl RefUnwindSafe for ILampArrayColorRampEffect_Vtbl
impl Send for ILampArrayColorRampEffect_Vtbl
impl Sync for ILampArrayColorRampEffect_Vtbl
impl Unpin for ILampArrayColorRampEffect_Vtbl
impl UnwindSafe for ILampArrayColorRampEffect_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