Struct IFsrmPropertyDefinition_Vtbl
#[repr(C)]pub struct IFsrmPropertyDefinition_Vtbl {
pub base__: IFsrmObject_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmPropertyDefinitionType) -> HRESULT,
pub SetType: unsafe extern "system" fn(_: *mut c_void, _: FsrmPropertyDefinitionType) -> HRESULT,
pub PossibleValues: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetPossibleValues: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
pub ValueDescriptions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetValueDescriptions: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
pub Parameters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetParameters: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
}
Fields§
§base__: IFsrmObject_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmPropertyDefinitionType) -> HRESULT
§SetType: unsafe extern "system" fn(_: *mut c_void, _: FsrmPropertyDefinitionType) -> HRESULT
§PossibleValues: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SetPossibleValues: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
§ValueDescriptions: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SetValueDescriptions: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
§Parameters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SetParameters: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
Implementations§
§impl IFsrmPropertyDefinition_Vtbl
impl IFsrmPropertyDefinition_Vtbl
pub const fn new<Identity: IFsrmPropertyDefinition_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmPropertyDefinition_Vtbl
impl RefUnwindSafe for IFsrmPropertyDefinition_Vtbl
impl Send for IFsrmPropertyDefinition_Vtbl
impl Sync for IFsrmPropertyDefinition_Vtbl
impl Unpin for IFsrmPropertyDefinition_Vtbl
impl UnwindSafe for IFsrmPropertyDefinition_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