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