Struct windows::Win32::System::Com::StructuredStorage::IPropertySetStorage_Vtbl
#[repr(C)]pub struct IPropertySetStorage_Vtbl {
pub base__: IUnknown_Vtbl,
pub Create: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT,
pub Open: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *mut *mut c_void) -> HRESULT,
pub Delete: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT,
pub Enum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§Create: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: u32, _: u32, _: *mut *mut c_void) -> HRESULT
§Open: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32, _: *mut *mut c_void) -> HRESULT
§Delete: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT
§Enum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IPropertySetStorage_Vtbl
impl IPropertySetStorage_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPropertySetStorage_Vtblwhere
Identity: IPropertySetStorage_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPropertySetStorage_Vtbl
impl RefUnwindSafe for IPropertySetStorage_Vtbl
impl Send for IPropertySetStorage_Vtbl
impl Sync for IPropertySetStorage_Vtbl
impl Unpin for IPropertySetStorage_Vtbl
impl UnwindSafe for IPropertySetStorage_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