Struct IFsrmRule_Vtbl
#[repr(C)]pub struct IFsrmRule_Vtbl {Show 13 fields
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 RuleType: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmRuleType) -> HRESULT,
pub ModuleDefinitionName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetModuleDefinitionName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub NamespaceRoots: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT,
pub SetNamespaceRoots: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT,
pub RuleFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetRuleFlags: unsafe extern "system" fn(_: *mut c_void, _: i32) -> 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,
pub LastModified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> 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
§RuleType: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmRuleType) -> HRESULT
§ModuleDefinitionName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetModuleDefinitionName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§NamespaceRoots: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SetNamespaceRoots: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
§RuleFlags: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetRuleFlags: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§Parameters: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut SAFEARRAY) -> HRESULT
§SetParameters: unsafe extern "system" fn(_: *mut c_void, _: *const SAFEARRAY) -> HRESULT
§LastModified: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
Implementations§
§impl IFsrmRule_Vtbl
impl IFsrmRule_Vtbl
pub const fn new<Identity: IFsrmRule_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmRule_Vtbl
impl RefUnwindSafe for IFsrmRule_Vtbl
impl Send for IFsrmRule_Vtbl
impl Sync for IFsrmRule_Vtbl
impl Unpin for IFsrmRule_Vtbl
impl UnwindSafe for IFsrmRule_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