Struct windows::Win32::System::Ole::ISpecifyPropertyPages_Vtbl
#[repr(C)]pub struct ISpecifyPropertyPages_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetPages: unsafe extern "system" fn(_: *mut c_void, _: *mut CAUUID) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetPages: unsafe extern "system" fn(_: *mut c_void, _: *mut CAUUID) -> HRESULT
Implementations§
§impl ISpecifyPropertyPages_Vtbl
impl ISpecifyPropertyPages_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ISpecifyPropertyPages_Vtblwhere
Identity: ISpecifyPropertyPages_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISpecifyPropertyPages_Vtbl
impl RefUnwindSafe for ISpecifyPropertyPages_Vtbl
impl Send for ISpecifyPropertyPages_Vtbl
impl Sync for ISpecifyPropertyPages_Vtbl
impl Unpin for ISpecifyPropertyPages_Vtbl
impl UnwindSafe for ISpecifyPropertyPages_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