Struct IValueMapItem_Vtbl
#[repr(C)]pub struct IValueMapItem_Vtbl {
pub base__: IDispatch_Vtbl,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub Key: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetKey: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT,
pub ValueMapType: unsafe extern "system" fn(_: *mut c_void, _: *mut ValueMapType) -> HRESULT,
pub SetValueMapType: unsafe extern "system" fn(_: *mut c_void, _: ValueMapType) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Enabled: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetEnabled: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§Key: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetKey: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT
§ValueMapType: unsafe extern "system" fn(_: *mut c_void, _: *mut ValueMapType) -> HRESULT
§SetValueMapType: unsafe extern "system" fn(_: *mut c_void, _: ValueMapType) -> HRESULT
Implementations§
§impl IValueMapItem_Vtbl
impl IValueMapItem_Vtbl
pub const fn new<Identity: IValueMapItem_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IValueMapItem_Vtbl
impl RefUnwindSafe for IValueMapItem_Vtbl
impl Send for IValueMapItem_Vtbl
impl Sync for IValueMapItem_Vtbl
impl Unpin for IValueMapItem_Vtbl
impl UnwindSafe for IValueMapItem_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