Struct ILampArrayBlinkEffect_Vtbl
#[repr(C)]pub struct ILampArrayBlinkEffect_Vtbl {Show 17 fields
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 AttackDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetAttackDuration: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub SustainDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetSustainDuration: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub DecayDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetDecayDuration: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub RepetitionDelay: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetRepetitionDelay: 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 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§Color: unsafe extern "system" fn(_: *mut c_void, _: *mut Color) -> HRESULT§SetColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT§AttackDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§SetAttackDuration: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT§SustainDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§SetSustainDuration: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT§DecayDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§SetDecayDuration: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT§RepetitionDelay: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§SetRepetitionDelay: 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§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) -> HRESULTAuto Trait Implementations§
impl Freeze for ILampArrayBlinkEffect_Vtbl
impl RefUnwindSafe for ILampArrayBlinkEffect_Vtbl
impl Send for ILampArrayBlinkEffect_Vtbl
impl Sync for ILampArrayBlinkEffect_Vtbl
impl Unpin for ILampArrayBlinkEffect_Vtbl
impl UnwindSafe for ILampArrayBlinkEffect_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