Struct ILampArrayUpdateRequestedEventArgs_Vtbl
#[repr(C)]pub struct ILampArrayUpdateRequestedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub SinceStarted: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT,
pub SetColorForIndex: unsafe extern "system" fn(_: *mut c_void, _: i32, _: Color) -> HRESULT,
pub SetSingleColorForIndices: unsafe extern "system" fn(_: *mut c_void, _: Color, _: u32, _: *const i32) -> HRESULT,
pub SetColorsForIndices: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const Color, _: u32, _: *const i32) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SinceStarted: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT§SetColor: unsafe extern "system" fn(_: *mut c_void, _: Color) -> HRESULT§SetColorForIndex: unsafe extern "system" fn(_: *mut c_void, _: i32, _: Color) -> HRESULT§SetSingleColorForIndices: unsafe extern "system" fn(_: *mut c_void, _: Color, _: u32, _: *const i32) -> HRESULT§SetColorsForIndices: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const Color, _: u32, _: *const i32) -> HRESULTAuto Trait Implementations§
impl Freeze for ILampArrayUpdateRequestedEventArgs_Vtbl
impl RefUnwindSafe for ILampArrayUpdateRequestedEventArgs_Vtbl
impl Send for ILampArrayUpdateRequestedEventArgs_Vtbl
impl Sync for ILampArrayUpdateRequestedEventArgs_Vtbl
impl Unpin for ILampArrayUpdateRequestedEventArgs_Vtbl
impl UnwindSafe for ILampArrayUpdateRequestedEventArgs_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