#[repr(C)]pub struct IFsrmPropertyDefinitionValue_Vtbl {
pub base__: IDispatch_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub UniqueID: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Description: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§UniqueID: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IFsrmPropertyDefinitionValue_Vtbl
impl IFsrmPropertyDefinitionValue_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFsrmPropertyDefinitionValue_Vtblwhere
Identity: IFsrmPropertyDefinitionValue_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmPropertyDefinitionValue_Vtbl
impl RefUnwindSafe for IFsrmPropertyDefinitionValue_Vtbl
impl Send for IFsrmPropertyDefinitionValue_Vtbl
impl Sync for IFsrmPropertyDefinitionValue_Vtbl
impl Unpin for IFsrmPropertyDefinitionValue_Vtbl
impl UnwindSafe for IFsrmPropertyDefinitionValue_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