Struct IMILBitmapEffectEvents_Vtbl
#[repr(C)]pub struct IMILBitmapEffectEvents_Vtbl {
pub base__: IUnknown_Vtbl,
pub PropertyChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub DirtyRegion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const MilRectD) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§PropertyChange: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§DirtyRegion: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const MilRectD) -> HRESULT
Implementations§
§impl IMILBitmapEffectEvents_Vtbl
impl IMILBitmapEffectEvents_Vtbl
pub const fn new<Identity: IMILBitmapEffectEvents_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMILBitmapEffectEvents_Vtbl
impl RefUnwindSafe for IMILBitmapEffectEvents_Vtbl
impl Send for IMILBitmapEffectEvents_Vtbl
impl Sync for IMILBitmapEffectEvents_Vtbl
impl Unpin for IMILBitmapEffectEvents_Vtbl
impl UnwindSafe for IMILBitmapEffectEvents_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