Struct windows::Devices::Lights::Effects::ILampArrayBitmapEffect_Vtbl
#[repr(C)]pub struct ILampArrayBitmapEffect_Vtbl {
pub base__: IInspectable_Vtbl,
pub Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetDuration: 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 UpdateInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetUpdateInterval: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
pub SuggestedBitmapSize: unsafe extern "system" fn(_: *mut c_void, _: *mut Size) -> HRESULT,
pub BitmapRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveBitmapRequested: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Duration: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetDuration: 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
§UpdateInterval: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetUpdateInterval: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
§SuggestedBitmapSize: unsafe extern "system" fn(_: *mut c_void, _: *mut Size) -> HRESULT
§BitmapRequested: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveBitmapRequested: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for ILampArrayBitmapEffect_Vtbl
impl RefUnwindSafe for ILampArrayBitmapEffect_Vtbl
impl Send for ILampArrayBitmapEffect_Vtbl
impl Sync for ILampArrayBitmapEffect_Vtbl
impl Unpin for ILampArrayBitmapEffect_Vtbl
impl UnwindSafe for ILampArrayBitmapEffect_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