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