Struct IFsrmFileConditionProperty_Vtbl
#[repr(C)]pub struct IFsrmFileConditionProperty_Vtbl {
pub base__: IFsrmFileCondition_Vtbl,
pub PropertyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetPropertyName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub PropertyId: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmFileSystemPropertyId) -> HRESULT,
pub SetPropertyId: unsafe extern "system" fn(_: *mut c_void, _: FsrmFileSystemPropertyId) -> HRESULT,
pub Operator: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmPropertyConditionType) -> HRESULT,
pub SetOperator: unsafe extern "system" fn(_: *mut c_void, _: FsrmPropertyConditionType) -> HRESULT,
pub ValueType: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmPropertyValueType) -> HRESULT,
pub SetValueType: unsafe extern "system" fn(_: *mut c_void, _: FsrmPropertyValueType) -> HRESULT,
pub Value: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT,
pub SetValue: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT,
}
Fields§
§base__: IFsrmFileCondition_Vtbl
§PropertyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetPropertyName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§PropertyId: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmFileSystemPropertyId) -> HRESULT
§SetPropertyId: unsafe extern "system" fn(_: *mut c_void, _: FsrmFileSystemPropertyId) -> HRESULT
§Operator: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmPropertyConditionType) -> HRESULT
§SetOperator: unsafe extern "system" fn(_: *mut c_void, _: FsrmPropertyConditionType) -> HRESULT
§ValueType: unsafe extern "system" fn(_: *mut c_void, _: *mut FsrmPropertyValueType) -> HRESULT
§SetValueType: unsafe extern "system" fn(_: *mut c_void, _: FsrmPropertyValueType) -> HRESULT
§Value: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT) -> HRESULT
§SetValue: unsafe extern "system" fn(_: *mut c_void, _: VARIANT) -> HRESULT
Implementations§
§impl IFsrmFileConditionProperty_Vtbl
impl IFsrmFileConditionProperty_Vtbl
pub const fn new<Identity: IFsrmFileConditionProperty_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFsrmFileConditionProperty_Vtbl
impl RefUnwindSafe for IFsrmFileConditionProperty_Vtbl
impl Send for IFsrmFileConditionProperty_Vtbl
impl Sync for IFsrmFileConditionProperty_Vtbl
impl Unpin for IFsrmFileConditionProperty_Vtbl
impl UnwindSafe for IFsrmFileConditionProperty_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