Struct IOCSPPropertyCollection_Vtbl
#[repr(C)]pub struct IOCSPPropertyCollection_Vtbl {
pub base__: IDispatch_Vtbl,
pub _NewEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub get_Item: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut VARIANT) -> HRESULT,
pub Count: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub get_ItemByName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub CreateProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut *mut c_void) -> HRESULT,
pub DeleteProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub InitializeFromProperties: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT) -> HRESULT,
pub GetAllProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§_NewEnum: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§get_Item: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut VARIANT) -> HRESULT
§Count: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§get_ItemByName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut VARIANT) -> HRESULT
§CreateProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *const VARIANT, _: *mut *mut c_void) -> HRESULT
§DeleteProperty: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§InitializeFromProperties: unsafe extern "system" fn(_: *mut c_void, _: *const VARIANT) -> HRESULT
§GetAllProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
Implementations§
§impl IOCSPPropertyCollection_Vtbl
impl IOCSPPropertyCollection_Vtbl
pub const fn new<Identity: IOCSPPropertyCollection_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IOCSPPropertyCollection_Vtbl
impl RefUnwindSafe for IOCSPPropertyCollection_Vtbl
impl Send for IOCSPPropertyCollection_Vtbl
impl Sync for IOCSPPropertyCollection_Vtbl
impl Unpin for IOCSPPropertyCollection_Vtbl
impl UnwindSafe for IOCSPPropertyCollection_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