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