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