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