Struct windows::Win32::System::Search::ICondition_Vtbl
#[repr(C)]pub struct ICondition_Vtbl {
pub base__: IPersistStream_Vtbl,
pub GetConditionType: unsafe extern "system" fn(_: *mut c_void, _: *mut CONDITION_TYPE) -> HRESULT,
pub GetSubConditions: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub GetComparisonInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR, _: *mut CONDITION_OPERATION, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT,
pub GetValueType: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetValueNormalization: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT,
pub GetInputTerms: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IPersistStream_Vtbl
§GetConditionType: unsafe extern "system" fn(_: *mut c_void, _: *mut CONDITION_TYPE) -> HRESULT
§GetSubConditions: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§GetComparisonInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR, _: *mut CONDITION_OPERATION, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT
§GetValueType: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetValueNormalization: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT
§GetInputTerms: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT
§Clone: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ICondition_Vtbl
impl ICondition_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> ICondition_Vtblwhere
Identity: ICondition_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ICondition_Vtbl
impl RefUnwindSafe for ICondition_Vtbl
impl Send for ICondition_Vtbl
impl Sync for ICondition_Vtbl
impl Unpin for ICondition_Vtbl
impl UnwindSafe for ICondition_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